Shades of Biloba Flower #B788EC
Tints of Biloba Flower #B788EC
RGB
CMYK
RGB Variations
Color information
#B788EC (or 0xB788EC) is known color: Biloba Flower. HEX triplet: B7, 88 and EC. RGB value is (183,136,236). Sum of RGB (Red+Green+Blue) = 183+136+236=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #B788EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B788EC is #487713. Grayscale: #A1A1A1. Windows color (decimal): -4749076 or 15501495. OLE color: 15501495.
HSL color Cylindrical-coordinate representation of color #B788EC: hue angle of 268.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 #B788EC is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 136 | 236 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.07 |
| HSL | 268.2º | 0.72% | 0.73% | - |
| HSV(B) | 268.2º | 0.42% | 0.93% | - |
| XYZ | 43.47 | 33.73 | 83.58 | - |
| YUV | 161.45 | 170.07 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 236 | 0.22 | 0.42 | 0 | 0.07 | 268.2 | 0.72 | 0.73 |
| Hex | B7 | 88 | EC | 16 | 2A | 0 | 7 | 10C | 48 | 49 |
| Octal | 267 | 210 | 354 | 26 | 52 | 0 | 7 | 414 | 110 | 111 |
| Binary | 10110111 | 10001000 | 11101100 | 10110 | 101010 | 0 | 111 | 100001100 | 1001000 | 1001001 |
Color Harmonies of #B788EC
Complementary color
Monochromatic Colors of #B788EC
Black with #B788EC
Text Example
Text Example
White with #B788EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B788EC; }
p { color: rgb(183,136,236); }
H1.HeaderClassName
{
color: #B788EC;
}
.AnyTagClassName
{
color: #B788EC;
}
</style>
background-color css
<style>
a { background-color: #B788EC; }
a { background-color: rgb(183,136,236); }
div.DivClassName
{
background-color: #B788EC;
}
.BgClassName
{
background-color: #B788EC;
}
</style>
border-color css
<style>
span { border-color: #B788EC; }
span { border-color: rgb(183,136,236); }
td.TdClassName
{
border-color: #B788EC;
}
.TagClassName
{
border-color: #B788EC;
}
</style>