Shades of East Side #B586D2
Tints of East Side #B586D2
RGB
CMYK
RGB Variations
Color information
#B586D2 (or 0xB586D2) is known color: East Side. HEX triplet: B5, 86 and D2. RGB value is (181,134,210). Sum of RGB (Red+Green+Blue) = 181+134+210=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 210 - color contains mainly: blue. Hex color #B586D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B586D2 is #4A792D. Grayscale: #9C9C9C. Windows color (decimal): -4880686 or 13797045. OLE color: 13797045.
HSL color Cylindrical-coordinate representation of color #B586D2: hue angle of 277.11º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B586D2 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 134 | 210 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.18 |
| HSL | 277.11º | 0.46% | 0.67% | - |
| HSV(B) | 277.11º | 0.36% | 0.82% | - |
| XYZ | 39.21 | 31.53 | 64.99 | - |
| YUV | 156.72 | 158.07 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 210 | 0.14 | 0.36 | 0 | 0.18 | 277.11 | 0.46 | 0.67 |
| Hex | B5 | 86 | D2 | E | 24 | 0 | 12 | 115 | 2E | 43 |
| Octal | 265 | 206 | 322 | 16 | 44 | 0 | 22 | 425 | 56 | 103 |
| Binary | 10110101 | 10000110 | 11010010 | 1110 | 100100 | 0 | 10010 | 100010101 | 101110 | 1000011 |
Color Harmonies of #B586D2
Complementary color
Monochromatic Colors of #B586D2
Black with #B586D2
Text Example
Text Example
White with #B586D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B586D2; }
p { color: rgb(181,134,210); }
H1.HeaderClassName
{
color: #B586D2;
}
.AnyTagClassName
{
color: #B586D2;
}
</style>
background-color css
<style>
a { background-color: #B586D2; }
a { background-color: rgb(181,134,210); }
div.DivClassName
{
background-color: #B586D2;
}
.BgClassName
{
background-color: #B586D2;
}
</style>
border-color css
<style>
span { border-color: #B586D2; }
span { border-color: rgb(181,134,210); }
td.TdClassName
{
border-color: #B586D2;
}
.TagClassName
{
border-color: #B586D2;
}
</style>