#B09FE9

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

Shades of Biloba Flower #B09FE9

Tints of Biloba Flower #B09FE9

Color information

#B09FE9 (or 0xB09FE9) is unknown color: approx Biloba Flower. HEX triplet: B0, 9F and E9. RGB value is (176,159,233). Sum of RGB (Red+Green+Blue) = 176+159+233=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #B09FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FE9 is #4F6016. Grayscale: #ACACAC. Windows color (decimal): -5201943 or 15310768. OLE color: 15310768.

HSL color Cylindrical-coordinate representation of color #B09FE9: hue angle of 253.78º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B09FE9 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB176159233-
CMYK0.240.3200.09
HSL253.78º62.71%76.86%-
HSV(B)253.78º31.76%91.37%-
XYZ45.0139.9182.42-
YUV172.52162.13130.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 233 (91.41% from 255) = 41.02%
R=30.99%
G=27.99%
B=41.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1761592330.240.3200.09253.7862.7176.86
HexB09FE9182009fe3f4d
Octal260237351304001137677115
Binary1011000010011111111010011100010000001001111111101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FE9; }

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

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

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

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

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

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

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

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