Shades of Biloba Flower #B788E8
Tints of Biloba Flower #B788E8
RGB
CMYK
RGB Variations
Color information
#B788E8 (or 0xB788E8) is known color: Biloba Flower. HEX triplet: B7, 88 and E8. RGB value is (183,136,232). Sum of RGB (Red+Green+Blue) = 183+136+232=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #B788E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B788E8 is #487717. Grayscale: #A0A0A0. Windows color (decimal): -4749080 or 15239351. OLE color: 15239351.
HSL color Cylindrical-coordinate representation of color #B788E8: hue angle of 269.38º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B788E8 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 136 | 232 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.09 |
| HSL | 269.38º | 0.68% | 0.72% | - |
| HSV(B) | 269.38º | 0.41% | 0.91% | - |
| XYZ | 42.9 | 33.5 | 80.55 | - |
| YUV | 161 | 168.07 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 232 | 0.21 | 0.41 | 0 | 0.09 | 269.38 | 0.68 | 0.72 |
| Hex | B7 | 88 | E8 | 15 | 29 | 0 | 9 | 10D | 44 | 48 |
| Octal | 267 | 210 | 350 | 25 | 51 | 0 | 11 | 415 | 104 | 110 |
| Binary | 10110111 | 10001000 | 11101000 | 10101 | 101001 | 0 | 1001 | 100001101 | 1000100 | 1001000 |
Color Harmonies of #B788E8
Complementary color
Monochromatic Colors of #B788E8
Black with #B788E8
Text Example
Text Example
White with #B788E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B788E8; }
p { color: rgb(183,136,232); }
H1.HeaderClassName
{
color: #B788E8;
}
.AnyTagClassName
{
color: #B788E8;
}
</style>
background-color css
<style>
a { background-color: #B788E8; }
a { background-color: rgb(183,136,232); }
div.DivClassName
{
background-color: #B788E8;
}
.BgClassName
{
background-color: #B788E8;
}
</style>
border-color css
<style>
span { border-color: #B788E8; }
span { border-color: rgb(183,136,232); }
td.TdClassName
{
border-color: #B788E8;
}
.TagClassName
{
border-color: #B788E8;
}
</style>