#B09FEA

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

Shades of Biloba Flower #B09FEA

Tints of Biloba Flower #B09FEA

Color information

#B09FEA (or 0xB09FEA) is unknown color: approx Biloba Flower. HEX triplet: B0, 9F and EA. RGB value is (176,159,234). Sum of RGB (Red+Green+Blue) = 176+159+234=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #B09FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FEA is #4F6015. Grayscale: #ACACAC. Windows color (decimal): -5201942 or 15376304. OLE color: 15376304.

HSL color Cylindrical-coordinate representation of color #B09FEA: hue angle of 253.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B09FEA is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176159234-
CMYK0.250.3200.08
HSL253.6º64.1%77.06%-
HSV(B)253.6º32.05%91.76%-
XYZ45.1539.9783.18-
YUV172.63162.63130.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.93%
GREEN value IS 159 (62.5% from 255) = 27.94%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=30.93%
G=27.94%
B=41.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761592340.250.3200.08253.664.177.06
HexB09FEA192008fe404d
Octal2602373523140010376100115
Binary10110000100111111110101011001100000010001111111010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FEA; }

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

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

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

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

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

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

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

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