#B09BFB

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

Shades of Biloba Flower #B09BFB

Tints of Biloba Flower #B09BFB

Color information

#B09BFB (or 0xB09BFB) is unknown color: approx Biloba Flower. HEX triplet: B0, 9B and FB. RGB value is (176,155,251). Sum of RGB (Red+Green+Blue) = 176+155+251=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #B09BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09BFB is #4F6404. Grayscale: #ABABAB. Windows color (decimal): -5202949 or 16489392. OLE color: 16489392.

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

Color convert

RGB176155251-
CMYK0.300.3800.02
HSL253.12º92.31%79.61%-
HSV(B)253.12º38.25%98.43%-
XYZ47.0439.6496.44-
YUV172.22172.46130.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.24%
GREEN value IS 155 (60.94% from 255) = 26.63%
BLUE value IS 251 (98.44% from 255) = 43.13%
R=30.24%
G=26.63%
B=43.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761552510.300.3800.02253.1292.3179.61
HexB09BFB1E2602fd5c50
Octal260233373364602375134120
Binary101100001001101111111011111101001100101111110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09BFB; }

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

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

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

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

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

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

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

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