Shades of Biloba Flower #B788EA
Tints of Biloba Flower #B788EA
RGB
CMYK
RGB Variations
Color information
#B788EA (or 0xB788EA) is known color: Biloba Flower. HEX triplet: B7, 88 and EA. RGB value is (183,136,234). Sum of RGB (Red+Green+Blue) = 183+136+234=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #B788EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B788EA is #487715. Grayscale: #A0A0A0. Windows color (decimal): -4749078 or 15370423. OLE color: 15370423.
HSL color Cylindrical-coordinate representation of color #B788EA: hue angle of 268.78º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B788EA is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 136 | 234 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.08 |
| HSL | 268.78º | 0.7% | 0.73% | - |
| HSV(B) | 268.78º | 0.42% | 0.92% | - |
| XYZ | 43.18 | 33.62 | 82.05 | - |
| YUV | 161.23 | 169.07 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 234 | 0.22 | 0.42 | 0 | 0.08 | 268.78 | 0.7 | 0.73 |
| Hex | B7 | 88 | EA | 16 | 2A | 0 | 8 | 10D | 46 | 49 |
| Octal | 267 | 210 | 352 | 26 | 52 | 0 | 10 | 415 | 106 | 111 |
| Binary | 10110111 | 10001000 | 11101010 | 10110 | 101010 | 0 | 1000 | 100001101 | 1000110 | 1001001 |
Color Harmonies of #B788EA
Complementary color
Monochromatic Colors of #B788EA
Black with #B788EA
Text Example
Text Example
White with #B788EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B788EA; }
p { color: rgb(183,136,234); }
H1.HeaderClassName
{
color: #B788EA;
}
.AnyTagClassName
{
color: #B788EA;
}
</style>
background-color css
<style>
a { background-color: #B788EA; }
a { background-color: rgb(183,136,234); }
div.DivClassName
{
background-color: #B788EA;
}
.BgClassName
{
background-color: #B788EA;
}
</style>
border-color css
<style>
span { border-color: #B788EA; }
span { border-color: rgb(183,136,234); }
td.TdClassName
{
border-color: #B788EA;
}
.TagClassName
{
border-color: #B788EA;
}
</style>