#B09FDF

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

Shades of Biloba Flower #B09FDF

Tints of Biloba Flower #B09FDF

Color information

#B09FDF (or 0xB09FDF) is unknown color: approx Biloba Flower. HEX triplet: B0, 9F and DF. RGB value is (176,159,223). Sum of RGB (Red+Green+Blue) = 176+159+223=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #B09FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FDF is #4F6020. Grayscale: #ABABAB. Windows color (decimal): -5201953 or 14655408. OLE color: 14655408.

HSL color Cylindrical-coordinate representation of color #B09FDF: hue angle of 255.94º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B09FDF is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176159223-
CMYK0.210.2900.13
HSL255.94º50%74.9%-
HSV(B)255.94º28.7%87.45%-
XYZ43.6239.3575.11-
YUV171.38157.13131.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.54%
GREEN value IS 159 (62.5% from 255) = 28.49%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=31.54%
G=28.49%
B=39.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761592230.210.2900.13255.945074.9
HexB09FDF151D0D100324b
Octal260237337253501540062113
Binary1011000010011111110111111010111101011011000000001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FDF; }

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

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

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

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

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

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

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

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