Shades of East Side #B585C6
Tints of East Side #B585C6
RGB
CMYK
RGB Variations
Color information
#B585C6 (or 0xB585C6) is known color: East Side. HEX triplet: B5, 85 and C6. RGB value is (181,133,198). Sum of RGB (Red+Green+Blue) = 181+133+198=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #B585C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585C6 is #4A7A39. Grayscale: #9A9A9A. Windows color (decimal): -4880954 or 13010357. OLE color: 13010357.
HSL color Cylindrical-coordinate representation of color #B585C6: hue angle of 284.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B585C6 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 133 | 198 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.22 |
| HSL | 284.31º | 0.36% | 0.65% | - |
| HSV(B) | 284.31º | 0.33% | 0.78% | - |
| XYZ | 37.64 | 30.68 | 57.36 | - |
| YUV | 154.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 198 | 0.09 | 0.33 | 0 | 0.22 | 284.31 | 0.36 | 0.65 |
| Hex | B5 | 85 | C6 | 9 | 21 | 0 | 16 | 11C | 24 | 41 |
| Octal | 265 | 205 | 306 | 11 | 41 | 0 | 26 | 434 | 44 | 101 |
| Binary | 10110101 | 10000101 | 11000110 | 1001 | 100001 | 0 | 10110 | 100011100 | 100100 | 1000001 |
Color Harmonies of #B585C6
Complementary color
Monochromatic Colors of #B585C6
Black with #B585C6
Text Example
Text Example
White with #B585C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B585C6; }
p { color: rgb(181,133,198); }
H1.HeaderClassName
{
color: #B585C6;
}
.AnyTagClassName
{
color: #B585C6;
}
</style>
background-color css
<style>
a { background-color: #B585C6; }
a { background-color: rgb(181,133,198); }
div.DivClassName
{
background-color: #B585C6;
}
.BgClassName
{
background-color: #B585C6;
}
</style>
border-color css
<style>
span { border-color: #B585C6; }
span { border-color: rgb(181,133,198); }
td.TdClassName
{
border-color: #B585C6;
}
.TagClassName
{
border-color: #B585C6;
}
</style>