Shades of Biloba Flower #B788DF
Tints of Biloba Flower #B788DF
RGB
CMYK
RGB Variations
Color information
#B788DF (or 0xB788DF) is known color: Biloba Flower. HEX triplet: B7, 88 and DF. RGB value is (183,136,223). Sum of RGB (Red+Green+Blue) = 183+136+223=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #B788DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B788DF is #487720. Grayscale: #9F9F9F. Windows color (decimal): -4749089 or 14649527. OLE color: 14649527.
HSL color Cylindrical-coordinate representation of color #B788DF: hue angle of 272.41º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B788DF is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 136 | 223 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.13 |
| HSL | 272.41º | 0.58% | 0.7% | - |
| HSV(B) | 272.41º | 0.39% | 0.87% | - |
| XYZ | 41.65 | 33 | 73.99 | - |
| YUV | 159.97 | 163.57 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 223 | 0.18 | 0.39 | 0 | 0.13 | 272.41 | 0.58 | 0.7 |
| Hex | B7 | 88 | DF | 12 | 27 | 0 | D | 110 | 3A | 46 |
| Octal | 267 | 210 | 337 | 22 | 47 | 0 | 15 | 420 | 72 | 106 |
| Binary | 10110111 | 10001000 | 11011111 | 10010 | 100111 | 0 | 1101 | 100010000 | 111010 | 1000110 |
Color Harmonies of #B788DF
Complementary color
Monochromatic Colors of #B788DF
Black with #B788DF
Text Example
Text Example
White with #B788DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B788DF; }
p { color: rgb(183,136,223); }
H1.HeaderClassName
{
color: #B788DF;
}
.AnyTagClassName
{
color: #B788DF;
}
</style>
background-color css
<style>
a { background-color: #B788DF; }
a { background-color: rgb(183,136,223); }
div.DivClassName
{
background-color: #B788DF;
}
.BgClassName
{
background-color: #B788DF;
}
</style>
border-color css
<style>
span { border-color: #B788DF; }
span { border-color: rgb(183,136,223); }
td.TdClassName
{
border-color: #B788DF;
}
.TagClassName
{
border-color: #B788DF;
}
</style>