Shades of Biloba Flower #B29AFF
Tints of Biloba Flower #B29AFF
RGB
CMYK
RGB Variations
Color information
#B29AFF (or 0xB29AFF) is known color: Biloba Flower. HEX triplet: B2, 9A and FF. RGB value is (178,154,255). Sum of RGB (Red+Green+Blue) = 178+154+255=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #B29AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29AFF is #4D6500. Grayscale: #ACACAC. Windows color (decimal): -5072129 or 16751282. OLE color: 16751282.
HSL color Cylindrical-coordinate representation of color #B29AFF: hue angle of 254.26º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B29AFF is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 154 | 255 | - |
| CMYK | 0.30 | 0.40 | 0 | 0 |
| HSL | 254.26º | 1% | 0.8% | - |
| HSV(B) | 254.26º | 0.4% | 1% | - |
| XYZ | 47.97 | 39.8 | 99.76 | - |
| YUV | 172.69 | 174.45 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 255 | 0.30 | 0.40 | 0 | 0 | 254.26 | 1 | 0.8 |
| Hex | B2 | 9A | FF | 1E | 28 | 0 | 0 | FE | 64 | 50 |
| Octal | 262 | 232 | 377 | 36 | 50 | 0 | 0 | 376 | 144 | 120 |
| Binary | 10110010 | 10011010 | 11111111 | 11110 | 101000 | 0 | 0 | 11111110 | 1100100 | 1010000 |
Color Harmonies of #B29AFF
Complementary color
Monochromatic Colors of #B29AFF
Black with #B29AFF
Text Example
Text Example
White with #B29AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29AFF; }
p { color: rgb(178,154,255); }
H1.HeaderClassName
{
color: #B29AFF;
}
.AnyTagClassName
{
color: #B29AFF;
}
</style>
background-color css
<style>
a { background-color: #B29AFF; }
a { background-color: rgb(178,154,255); }
div.DivClassName
{
background-color: #B29AFF;
}
.BgClassName
{
background-color: #B29AFF;
}
</style>
border-color css
<style>
span { border-color: #B29AFF; }
span { border-color: rgb(178,154,255); }
td.TdClassName
{
border-color: #B29AFF;
}
.TagClassName
{
border-color: #B29AFF;
}
</style>