#B09FFB

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

Shades of Biloba Flower #B09FFB

Tints of Biloba Flower #B09FFB

Color information

#B09FFB (or 0xB09FFB) is unknown color: approx Biloba Flower. HEX triplet: B0, 9F and FB. RGB value is (176,159,251). Sum of RGB (Red+Green+Blue) = 176+159+251=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #B09FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FFB is #4F6004. Grayscale: #AEAEAE. Windows color (decimal): -5201925 or 16490416. OLE color: 16490416.

HSL color Cylindrical-coordinate representation of color #B09FFB: hue angle of 251.09º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B09FFB is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176159251-
CMYK0.300.3700.02
HSL251.09º92%80.39%-
HSV(B)251.09º36.65%98.43%-
XYZ47.7240.9996.66-
YUV174.57171.13129.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.03%
GREEN value IS 159 (62.5% from 255) = 27.13%
BLUE value IS 251 (98.44% from 255) = 42.83%
R=30.03%
G=27.13%
B=42.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761592510.300.3700.02251.099280.39
HexB09FFB1E2502fb5c50
Octal260237373364502373134120
Binary101100001001111111111011111101001010101111101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FFB; }

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

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

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

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

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

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

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

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