#B09FEF

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

Shades of Biloba Flower #B09FEF

Tints of Biloba Flower #B09FEF

Color information

#B09FEF (or 0xB09FEF) is unknown color: approx Biloba Flower. HEX triplet: B0, 9F and EF. RGB value is (176,159,239). Sum of RGB (Red+Green+Blue) = 176+159+239=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #B09FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FEF is #4F6010. Grayscale: #ACACAC. Windows color (decimal): -5201937 or 15703984. OLE color: 15703984.

HSL color Cylindrical-coordinate representation of color #B09FEF: hue angle of 252.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B09FEF is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176159239-
CMYK0.260.3300.06
HSL252.75º71.43%78.04%-
HSV(B)252.75º33.47%93.73%-
XYZ45.8840.2687.01-
YUV173.2165.13130-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.66%
GREEN value IS 159 (62.5% from 255) = 27.70%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=30.66%
G=27.70%
B=41.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761592390.260.3300.06252.7571.4378.04
HexB09FEF1A2106fd474e
Octal260237357324106375107116
Binary1011000010011111111011111101010000101101111110110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FEF; }

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

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

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

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

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

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

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

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