Shades of East Side #B586CE
Tints of East Side #B586CE
RGB
CMYK
RGB Variations
Color information
#B586CE (or 0xB586CE) is known color: East Side. HEX triplet: B5, 86 and CE. RGB value is (181,134,206). Sum of RGB (Red+Green+Blue) = 181+134+206=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #B586CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B586CE is #4A7931. Grayscale: #9C9C9C. Windows color (decimal): -4880690 or 13534901. OLE color: 13534901.
HSL color Cylindrical-coordinate representation of color #B586CE: hue angle of 279.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B586CE is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 134 | 206 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.19 |
| HSL | 279.17º | 0.42% | 0.67% | - |
| HSV(B) | 279.17º | 0.35% | 0.81% | - |
| XYZ | 38.72 | 31.33 | 62.4 | - |
| YUV | 156.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 206 | 0.12 | 0.35 | 0 | 0.19 | 279.17 | 0.42 | 0.67 |
| Hex | B5 | 86 | CE | C | 23 | 0 | 13 | 117 | 2A | 43 |
| Octal | 265 | 206 | 316 | 14 | 43 | 0 | 23 | 427 | 52 | 103 |
| Binary | 10110101 | 10000110 | 11001110 | 1100 | 100011 | 0 | 10011 | 100010111 | 101010 | 1000011 |
Color Harmonies of #B586CE
Complementary color
Monochromatic Colors of #B586CE
Black with #B586CE
Text Example
Text Example
White with #B586CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B586CE; }
p { color: rgb(181,134,206); }
H1.HeaderClassName
{
color: #B586CE;
}
.AnyTagClassName
{
color: #B586CE;
}
</style>
background-color css
<style>
a { background-color: #B586CE; }
a { background-color: rgb(181,134,206); }
div.DivClassName
{
background-color: #B586CE;
}
.BgClassName
{
background-color: #B586CE;
}
</style>
border-color css
<style>
span { border-color: #B586CE; }
span { border-color: rgb(181,134,206); }
td.TdClassName
{
border-color: #B586CE;
}
.TagClassName
{
border-color: #B586CE;
}
</style>