Shades of Biloba Flower #B288EC
Tints of Biloba Flower #B288EC
RGB
CMYK
RGB Variations
Color information
#B288EC (or 0xB288EC) is known color: Biloba Flower. HEX triplet: B2, 88 and EC. RGB value is (178,136,236). Sum of RGB (Red+Green+Blue) = 178+136+236=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #B288EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B288EC is #4D7713. Grayscale: #9F9F9F. Windows color (decimal): -5076756 or 15501490. OLE color: 15501490.
HSL color Cylindrical-coordinate representation of color #B288EC: hue angle of 265.2º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B288EC is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 136 | 236 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.07 |
| HSL | 265.2º | 0.72% | 0.73% | - |
| HSV(B) | 265.2º | 0.42% | 0.93% | - |
| XYZ | 42.3 | 33.13 | 83.52 | - |
| YUV | 159.96 | 170.91 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 236 | 0.25 | 0.42 | 0 | 0.07 | 265.2 | 0.72 | 0.73 |
| Hex | B2 | 88 | EC | 19 | 2A | 0 | 7 | 109 | 48 | 49 |
| Octal | 262 | 210 | 354 | 31 | 52 | 0 | 7 | 411 | 110 | 111 |
| Binary | 10110010 | 10001000 | 11101100 | 11001 | 101010 | 0 | 111 | 100001001 | 1001000 | 1001001 |
Color Harmonies of #B288EC
Complementary color
Monochromatic Colors of #B288EC
Black with #B288EC
Text Example
Text Example
White with #B288EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B288EC; }
p { color: rgb(178,136,236); }
H1.HeaderClassName
{
color: #B288EC;
}
.AnyTagClassName
{
color: #B288EC;
}
</style>
background-color css
<style>
a { background-color: #B288EC; }
a { background-color: rgb(178,136,236); }
div.DivClassName
{
background-color: #B288EC;
}
.BgClassName
{
background-color: #B288EC;
}
</style>
border-color css
<style>
span { border-color: #B288EC; }
span { border-color: rgb(178,136,236); }
td.TdClassName
{
border-color: #B288EC;
}
.TagClassName
{
border-color: #B288EC;
}
</style>