#B09BF9

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

Shades of Biloba Flower #B09BF9

Tints of Biloba Flower #B09BF9

Color information

#B09BF9 (or 0xB09BF9) is unknown color: approx Biloba Flower. HEX triplet: B0, 9B and F9. RGB value is (176,155,249). Sum of RGB (Red+Green+Blue) = 176+155+249=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #B09BF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09BF9 is #4F6406. Grayscale: #ABABAB. Windows color (decimal): -5202951 or 16358320. OLE color: 16358320.

HSL color Cylindrical-coordinate representation of color #B09BF9: hue angle of 253.4º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B09BF9 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176155249-
CMYK0.290.3800.02
HSL253.4º88.68%79.22%-
HSV(B)253.4º37.75%97.65%-
XYZ46.7239.5194.79-
YUV171.99171.46130.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.34%
GREEN value IS 155 (60.94% from 255) = 26.72%
BLUE value IS 249 (97.66% from 255) = 42.93%
R=30.34%
G=26.72%
B=42.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761552490.290.3800.02253.488.6879.22
HexB09BF91D2602fd594f
Octal260233371354602375131117
Binary101100001001101111111001111011001100101111110110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09BF9; }

 p { color: rgb(176,155,249); }

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

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

 a { background-color: rgb(176,155,249); }

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

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

 span { border-color: rgb(176,155,249); }

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