Shades of Biloba Flower #B788DC
Tints of Biloba Flower #B788DC
RGB
CMYK
RGB Variations
Color information
#B788DC (or 0xB788DC) is known color: Biloba Flower. HEX triplet: B7, 88 and DC. RGB value is (183,136,220). Sum of RGB (Red+Green+Blue) = 183+136+220=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #B788DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B788DC is #487723. Grayscale: #9F9F9F. Windows color (decimal): -4749092 or 14452919. OLE color: 14452919.
HSL color Cylindrical-coordinate representation of color #B788DC: hue angle of 273.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B788DC is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 136 | 220 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.14 |
| HSL | 273.57º | 0.55% | 0.7% | - |
| HSV(B) | 273.57º | 0.38% | 0.86% | - |
| XYZ | 41.25 | 32.84 | 71.88 | - |
| YUV | 159.63 | 162.07 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 220 | 0.17 | 0.38 | 0 | 0.14 | 273.57 | 0.55 | 0.7 |
| Hex | B7 | 88 | DC | 11 | 26 | 0 | E | 112 | 37 | 46 |
| Octal | 267 | 210 | 334 | 21 | 46 | 0 | 16 | 422 | 67 | 106 |
| Binary | 10110111 | 10001000 | 11011100 | 10001 | 100110 | 0 | 1110 | 100010010 | 110111 | 1000110 |
Color Harmonies of #B788DC
Complementary color
Monochromatic Colors of #B788DC
Black with #B788DC
Text Example
Text Example
White with #B788DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B788DC; }
p { color: rgb(183,136,220); }
H1.HeaderClassName
{
color: #B788DC;
}
.AnyTagClassName
{
color: #B788DC;
}
</style>
background-color css
<style>
a { background-color: #B788DC; }
a { background-color: rgb(183,136,220); }
div.DivClassName
{
background-color: #B788DC;
}
.BgClassName
{
background-color: #B788DC;
}
</style>
border-color css
<style>
span { border-color: #B788DC; }
span { border-color: rgb(183,136,220); }
td.TdClassName
{
border-color: #B788DC;
}
.TagClassName
{
border-color: #B788DC;
}
</style>