Shades of Biloba Flower #B09BFF
Tints of Biloba Flower #B09BFF
RGB
CMYK
RGB Variations
Color information
#B09BFF (or 0xB09BFF) is known color: Biloba Flower. HEX triplet: B0, 9B and FF. RGB value is (176,155,255). Sum of RGB (Red+Green+Blue) = 176+155+255=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #B09BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09BFF is #4F6400. Grayscale: #ACACAC. Windows color (decimal): -5202945 or 16751536. OLE color: 16751536.
HSL color Cylindrical-coordinate representation of color #B09BFF: hue angle of 252.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B09BFF is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 155 | 255 | - |
| CMYK | 0.31 | 0.39 | 0 | 0 |
| HSL | 252.6º | 1% | 0.8% | - |
| HSV(B) | 252.6º | 0.39% | 1% | - |
| XYZ | 47.68 | 39.89 | 99.8 | - |
| YUV | 172.68 | 174.46 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 255 | 0.31 | 0.39 | 0 | 0 | 252.6 | 1 | 0.8 |
| Hex | B0 | 9B | FF | 1F | 27 | 0 | 0 | FD | 64 | 50 |
| Octal | 260 | 233 | 377 | 37 | 47 | 0 | 0 | 375 | 144 | 120 |
| Binary | 10110000 | 10011011 | 11111111 | 11111 | 100111 | 0 | 0 | 11111101 | 1100100 | 1010000 |
Color Harmonies of #B09BFF
Complementary color
Monochromatic Colors of #B09BFF
Black with #B09BFF
Text Example
Text Example
White with #B09BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09BFF; }
p { color: rgb(176,155,255); }
H1.HeaderClassName
{
color: #B09BFF;
}
.AnyTagClassName
{
color: #B09BFF;
}
</style>
background-color css
<style>
a { background-color: #B09BFF; }
a { background-color: rgb(176,155,255); }
div.DivClassName
{
background-color: #B09BFF;
}
.BgClassName
{
background-color: #B09BFF;
}
</style>
border-color css
<style>
span { border-color: #B09BFF; }
span { border-color: rgb(176,155,255); }
td.TdClassName
{
border-color: #B09BFF;
}
.TagClassName
{
border-color: #B09BFF;
}
</style>