Shades of Biloba Flower #B28EFF
Tints of Biloba Flower #B28EFF
RGB
CMYK
RGB Variations
Color information
#B28EFF (or 0xB28EFF) is known color: Biloba Flower. HEX triplet: B2, 8E and FF. RGB value is (178,142,255). Sum of RGB (Red+Green+Blue) = 178+142+255=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #B28EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28EFF is #4D7100. Grayscale: #A5A5A5. Windows color (decimal): -5075201 or 16748210. OLE color: 16748210.
HSL color Cylindrical-coordinate representation of color #B28EFF: hue angle of 259.12º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B28EFF is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 142 | 255 | - |
| CMYK | 0.30 | 0.44 | 0 | 0 |
| HSL | 259.12º | 1% | 0.78% | - |
| HSV(B) | 259.12º | 0.44% | 1% | - |
| XYZ | 46.08 | 36.03 | 99.13 | - |
| YUV | 165.65 | 178.43 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 142 | 255 | 0.30 | 0.44 | 0 | 0 | 259.12 | 1 | 0.78 |
| Hex | B2 | 8E | FF | 1E | 2C | 0 | 0 | 103 | 64 | 4E |
| Octal | 262 | 216 | 377 | 36 | 54 | 0 | 0 | 403 | 144 | 116 |
| Binary | 10110010 | 10001110 | 11111111 | 11110 | 101100 | 0 | 0 | 100000011 | 1100100 | 1001110 |
Color Harmonies of #B28EFF
Complementary color
Monochromatic Colors of #B28EFF
Black with #B28EFF
Text Example
Text Example
White with #B28EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28EFF; }
p { color: rgb(178,142,255); }
H1.HeaderClassName
{
color: #B28EFF;
}
.AnyTagClassName
{
color: #B28EFF;
}
</style>
background-color css
<style>
a { background-color: #B28EFF; }
a { background-color: rgb(178,142,255); }
div.DivClassName
{
background-color: #B28EFF;
}
.BgClassName
{
background-color: #B28EFF;
}
</style>
border-color css
<style>
span { border-color: #B28EFF; }
span { border-color: rgb(178,142,255); }
td.TdClassName
{
border-color: #B28EFF;
}
.TagClassName
{
border-color: #B28EFF;
}
</style>