#B095FA

Color #B095FA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B095FA

Tints of Biloba Flower #B095FA

Color information

#B095FA (or 0xB095FA) is unknown color: approx Biloba Flower. HEX triplet: B0, 95 and FA. RGB value is (176,149,250). Sum of RGB (Red+Green+Blue) = 176+149+250=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #B095FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095FA is #4F6A05. Grayscale: #A8A8A8. Windows color (decimal): -5204486 or 16422320. OLE color: 16422320.

HSL color Cylindrical-coordinate representation of color #B095FA: hue angle of 256.04º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B095FA is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176149250-
CMYK0.300.4000.02
HSL256.04º90.99%78.24%-
HSV(B)256.04º40.4%98.04%-
XYZ45.9137.6395.29-
YUV168.59173.95133.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 30.61%
GREEN value IS 149 (58.59% from 255) = 25.91%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=30.61%
G=25.91%
B=43.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761492500.300.4000.02256.0490.9978.24
HexB095FA1E28021005b4e
Octal260225372365002400133116
Binary1011000010010101111110101111010100001010000000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095FA; }

 p { color: rgb(176,149,250); }

 H1.HeaderClassName
 {
   color: #B095FA;
 }
 .AnyTagClassName
 {
   color: #B095FA;
 }
</style>
background-color css

<style>
 a { background-color: #B095FA; }

 a { background-color: rgb(176,149,250); }

 div.DivClassName
 {
   background-color: #B095FA;
 }
 .BgClassName
 {
   background-color: #B095FA;
 }
</style>
border-color css

<style>
 span { border-color: #B095FA; }

 span { border-color: rgb(176,149,250); }

 td.TdClassName
 {
   border-color: #B095FA;
 }
 .TagClassName
 {
   border-color: #B095FA;
 }
</style>