Shades of Biloba Flower #B688DD
Tints of Biloba Flower #B688DD
RGB
CMYK
RGB Variations
Color information
#B688DD (or 0xB688DD) is known color: Biloba Flower. HEX triplet: B6, 88 and DD. RGB value is (182,136,221). Sum of RGB (Red+Green+Blue) = 182+136+221=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #B688DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B688DD is #497722. Grayscale: #9F9F9F. Windows color (decimal): -4814627 or 14518454. OLE color: 14518454.
HSL color Cylindrical-coordinate representation of color #B688DD: hue angle of 272.47º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B688DD is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 136 | 221 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.13 |
| HSL | 272.47º | 0.56% | 0.7% | - |
| HSV(B) | 272.47º | 0.38% | 0.87% | - |
| XYZ | 41.15 | 32.77 | 72.56 | - |
| YUV | 159.44 | 162.74 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 221 | 0.18 | 0.38 | 0 | 0.13 | 272.47 | 0.56 | 0.7 |
| Hex | B6 | 88 | DD | 12 | 26 | 0 | D | 110 | 38 | 46 |
| Octal | 266 | 210 | 335 | 22 | 46 | 0 | 15 | 420 | 70 | 106 |
| Binary | 10110110 | 10001000 | 11011101 | 10010 | 100110 | 0 | 1101 | 100010000 | 111000 | 1000110 |
Color Harmonies of #B688DD
Complementary color
Monochromatic Colors of #B688DD
Black with #B688DD
Text Example
Text Example
White with #B688DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B688DD; }
p { color: rgb(182,136,221); }
H1.HeaderClassName
{
color: #B688DD;
}
.AnyTagClassName
{
color: #B688DD;
}
</style>
background-color css
<style>
a { background-color: #B688DD; }
a { background-color: rgb(182,136,221); }
div.DivClassName
{
background-color: #B688DD;
}
.BgClassName
{
background-color: #B688DD;
}
</style>
border-color css
<style>
span { border-color: #B688DD; }
span { border-color: rgb(182,136,221); }
td.TdClassName
{
border-color: #B688DD;
}
.TagClassName
{
border-color: #B688DD;
}
</style>