#B09FE6

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

Shades of Biloba Flower #B09FE6

Tints of Biloba Flower #B09FE6

Color information

#B09FE6 (or 0xB09FE6) is unknown color: approx Biloba Flower. HEX triplet: B0, 9F and E6. RGB value is (176,159,230). Sum of RGB (Red+Green+Blue) = 176+159+230=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #B09FE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FE6 is #4F6019. Grayscale: #ABABAB. Windows color (decimal): -5201946 or 15114160. OLE color: 15114160.

HSL color Cylindrical-coordinate representation of color #B09FE6: hue angle of 254.37º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B09FE6 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB176159230-
CMYK0.230.3100.10
HSL254.37º58.68%76.27%-
HSV(B)254.37º30.87%90.2%-
XYZ44.5939.7480.18-
YUV172.18160.63130.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 159 (62.5% from 255) = 28.14%
BLUE value IS 230 (90.23% from 255) = 40.71%
R=31.15%
G=28.14%
B=40.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1761592300.230.3100.10254.3758.6876.27
HexB09FE6171F0Afe3b4c
Octal260237346273701237673114
Binary101100001001111111100110101111111101010111111101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FE6; }

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

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

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

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

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

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

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

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