Shades of Biloba Flower #B09AFA
Tints of Biloba Flower #B09AFA
RGB
CMYK
RGB Variations
Color information
#B09AFA (or 0xB09AFA) is known color: Biloba Flower. HEX triplet: B0, 9A and FA. RGB value is (176,154,250). Sum of RGB (Red+Green+Blue) = 176+154+250=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #B09AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09AFA is #4F6505. Grayscale: #ABABAB. Windows color (decimal): -5203206 or 16423600. OLE color: 16423600.
HSL color Cylindrical-coordinate representation of color #B09AFA: hue angle of 253.75º degrees, saturation: 0.91, 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 #B09AFA is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 154 | 250 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.02 |
| HSL | 253.75º | 0.91% | 0.79% | - |
| HSV(B) | 253.75º | 0.38% | 0.98% | - |
| XYZ | 46.72 | 39.24 | 95.56 | - |
| YUV | 171.52 | 172.29 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 250 | 0.30 | 0.38 | 0 | 0.02 | 253.75 | 0.91 | 0.79 |
| Hex | B0 | 9A | FA | 1E | 26 | 0 | 2 | FE | 5B | 4F |
| Octal | 260 | 232 | 372 | 36 | 46 | 0 | 2 | 376 | 133 | 117 |
| Binary | 10110000 | 10011010 | 11111010 | 11110 | 100110 | 0 | 10 | 11111110 | 1011011 | 1001111 |
Color Harmonies of #B09AFA
Complementary color
Monochromatic Colors of #B09AFA
Black with #B09AFA
Text Example
Text Example
White with #B09AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09AFA; }
p { color: rgb(176,154,250); }
H1.HeaderClassName
{
color: #B09AFA;
}
.AnyTagClassName
{
color: #B09AFA;
}
</style>
background-color css
<style>
a { background-color: #B09AFA; }
a { background-color: rgb(176,154,250); }
div.DivClassName
{
background-color: #B09AFA;
}
.BgClassName
{
background-color: #B09AFA;
}
</style>
border-color css
<style>
span { border-color: #B09AFA; }
span { border-color: rgb(176,154,250); }
td.TdClassName
{
border-color: #B09AFA;
}
.TagClassName
{
border-color: #B09AFA;
}
</style>