Shades of Biloba Flower #B28EE6
Tints of Biloba Flower #B28EE6
RGB
CMYK
RGB Variations
Color information
#B28EE6 (or 0xB28EE6) is known color: Biloba Flower. HEX triplet: B2, 8E and E6. RGB value is (178,142,230). Sum of RGB (Red+Green+Blue) = 178+142+230=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 230 - color contains mainly: blue. Hex color #B28EE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28EE6 is #4D7119. Grayscale: #A2A2A2. Windows color (decimal): -5075226 or 15109810. OLE color: 15109810.
HSL color Cylindrical-coordinate representation of color #B28EE6: hue angle of 264.55º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B28EE6 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 142 | 230 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.10 |
| HSL | 264.55º | 0.64% | 0.73% | - |
| HSV(B) | 264.55º | 0.38% | 0.9% | - |
| XYZ | 42.32 | 34.52 | 79.3 | - |
| YUV | 162.8 | 165.93 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 142 | 230 | 0.23 | 0.38 | 0 | 0.10 | 264.55 | 0.64 | 0.73 |
| Hex | B2 | 8E | E6 | 17 | 26 | 0 | A | 109 | 40 | 49 |
| Octal | 262 | 216 | 346 | 27 | 46 | 0 | 12 | 411 | 100 | 111 |
| Binary | 10110010 | 10001110 | 11100110 | 10111 | 100110 | 0 | 1010 | 100001001 | 1000000 | 1001001 |
Color Harmonies of #B28EE6
Complementary color
Monochromatic Colors of #B28EE6
Black with #B28EE6
Text Example
Text Example
White with #B28EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28EE6; }
p { color: rgb(178,142,230); }
H1.HeaderClassName
{
color: #B28EE6;
}
.AnyTagClassName
{
color: #B28EE6;
}
</style>
background-color css
<style>
a { background-color: #B28EE6; }
a { background-color: rgb(178,142,230); }
div.DivClassName
{
background-color: #B28EE6;
}
.BgClassName
{
background-color: #B28EE6;
}
</style>
border-color css
<style>
span { border-color: #B28EE6; }
span { border-color: rgb(178,142,230); }
td.TdClassName
{
border-color: #B28EE6;
}
.TagClassName
{
border-color: #B28EE6;
}
</style>