Shades of Biloba Flower #B09AF2
Tints of Biloba Flower #B09AF2
RGB
CMYK
RGB Variations
Color information
#B09AF2 (or 0xB09AF2) is known color: Biloba Flower. HEX triplet: B0, 9A and F2. RGB value is (176,154,242). Sum of RGB (Red+Green+Blue) = 176+154+242=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #B09AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09AF2 is #4F650D. Grayscale: #AAAAAA. Windows color (decimal): -5203214 or 15899312. OLE color: 15899312.
HSL color Cylindrical-coordinate representation of color #B09AF2: hue angle of 255º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B09AF2 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 154 | 242 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.05 |
| HSL | 255º | 0.77% | 0.78% | - |
| HSV(B) | 255º | 0.36% | 0.95% | - |
| XYZ | 45.49 | 38.75 | 89.09 | - |
| YUV | 170.61 | 168.29 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 242 | 0.27 | 0.36 | 0 | 0.05 | 255 | 0.77 | 0.78 |
| Hex | B0 | 9A | F2 | 1B | 24 | 0 | 5 | FF | 4D | 4E |
| Octal | 260 | 232 | 362 | 33 | 44 | 0 | 5 | 377 | 115 | 116 |
| Binary | 10110000 | 10011010 | 11110010 | 11011 | 100100 | 0 | 101 | 11111111 | 1001101 | 1001110 |
Color Harmonies of #B09AF2
Complementary color
Monochromatic Colors of #B09AF2
Black with #B09AF2
Text Example
Text Example
White with #B09AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09AF2; }
p { color: rgb(176,154,242); }
H1.HeaderClassName
{
color: #B09AF2;
}
.AnyTagClassName
{
color: #B09AF2;
}
</style>
background-color css
<style>
a { background-color: #B09AF2; }
a { background-color: rgb(176,154,242); }
div.DivClassName
{
background-color: #B09AF2;
}
.BgClassName
{
background-color: #B09AF2;
}
</style>
border-color css
<style>
span { border-color: #B09AF2; }
span { border-color: rgb(176,154,242); }
td.TdClassName
{
border-color: #B09AF2;
}
.TagClassName
{
border-color: #B09AF2;
}
</style>