#B09FF9

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

Shades of Biloba Flower #B09FF9

Tints of Biloba Flower #B09FF9

Color information

#B09FF9 (or 0xB09FF9) is unknown color: approx Biloba Flower. HEX triplet: B0, 9F and F9. RGB value is (176,159,249). Sum of RGB (Red+Green+Blue) = 176+159+249=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #B09FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FF9 is #4F6006. Grayscale: #AEAEAE. Windows color (decimal): -5201927 or 16359344. OLE color: 16359344.

HSL color Cylindrical-coordinate representation of color #B09FF9: hue angle of 251.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B09FF9 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176159249-
CMYK0.290.3600.02
HSL251.33º88.24%80%-
HSV(B)251.33º36.14%97.65%-
XYZ47.440.8795.01-
YUV174.34170.13129.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.14%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 249 (97.66% from 255) = 42.64%
R=30.14%
G=27.23%
B=42.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761592490.290.3600.02251.3388.2480
HexB09FF91D2402fb5850
Octal260237371354402373130120
Binary101100001001111111111001111011001000101111101110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FF9; }

 p { color: rgb(176,159,249); }

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

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

 a { background-color: rgb(176,159,249); }

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

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

 span { border-color: rgb(176,159,249); }

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