Shades of Biloba Flower #B586DD
Tints of Biloba Flower #B586DD
RGB
CMYK
RGB Variations
Color information
#B586DD (or 0xB586DD) is known color: Biloba Flower. HEX triplet: B5, 86 and DD. RGB value is (181,134,221). Sum of RGB (Red+Green+Blue) = 181+134+221=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #B586DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B586DD is #4A7922. Grayscale: #9D9D9D. Windows color (decimal): -4880675 or 14517941. OLE color: 14517941.
HSL color Cylindrical-coordinate representation of color #B586DD: hue angle of 272.41º degrees, saturation: 0.56, 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 #B586DD is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 134 | 221 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.13 |
| HSL | 272.41º | 0.56% | 0.7% | - |
| HSV(B) | 272.41º | 0.39% | 0.87% | - |
| XYZ | 40.63 | 32.09 | 72.46 | - |
| YUV | 157.97 | 163.57 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 221 | 0.18 | 0.39 | 0 | 0.13 | 272.41 | 0.56 | 0.7 |
| Hex | B5 | 86 | DD | 12 | 27 | 0 | D | 110 | 38 | 46 |
| Octal | 265 | 206 | 335 | 22 | 47 | 0 | 15 | 420 | 70 | 106 |
| Binary | 10110101 | 10000110 | 11011101 | 10010 | 100111 | 0 | 1101 | 100010000 | 111000 | 1000110 |
Color Harmonies of #B586DD
Complementary color
Monochromatic Colors of #B586DD
Black with #B586DD
Text Example
Text Example
White with #B586DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B586DD; }
p { color: rgb(181,134,221); }
H1.HeaderClassName
{
color: #B586DD;
}
.AnyTagClassName
{
color: #B586DD;
}
</style>
background-color css
<style>
a { background-color: #B586DD; }
a { background-color: rgb(181,134,221); }
div.DivClassName
{
background-color: #B586DD;
}
.BgClassName
{
background-color: #B586DD;
}
</style>
border-color css
<style>
span { border-color: #B586DD; }
span { border-color: rgb(181,134,221); }
td.TdClassName
{
border-color: #B586DD;
}
.TagClassName
{
border-color: #B586DD;
}
</style>