Shades of East Side #B585C1
Tints of East Side #B585C1
RGB
CMYK
RGB Variations
Color information
#B585C1 (or 0xB585C1) is known color: East Side. HEX triplet: B5, 85 and C1. RGB value is (181,133,193). Sum of RGB (Red+Green+Blue) = 181+133+193=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #B585C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585C1 is #4A7A3E. Grayscale: #999999. Windows color (decimal): -4880959 or 12682677. OLE color: 12682677.
HSL color Cylindrical-coordinate representation of color #B585C1: hue angle of 288º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B585C1 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 133 | 193 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.24 |
| HSL | 288º | 0.33% | 0.64% | - |
| HSV(B) | 288º | 0.31% | 0.76% | - |
| XYZ | 37.07 | 30.45 | 54.38 | - |
| YUV | 154.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 193 | 0.06 | 0.31 | 0 | 0.24 | 288 | 0.33 | 0.64 |
| Hex | B5 | 85 | C1 | 6 | 1F | 0 | 18 | 120 | 21 | 40 |
| Octal | 265 | 205 | 301 | 6 | 37 | 0 | 30 | 440 | 41 | 100 |
| Binary | 10110101 | 10000101 | 11000001 | 110 | 11111 | 0 | 11000 | 100100000 | 100001 | 1000000 |
Color Harmonies of #B585C1
Complementary color
Monochromatic Colors of #B585C1
Black with #B585C1
Text Example
Text Example
White with #B585C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B585C1; }
p { color: rgb(181,133,193); }
H1.HeaderClassName
{
color: #B585C1;
}
.AnyTagClassName
{
color: #B585C1;
}
</style>
background-color css
<style>
a { background-color: #B585C1; }
a { background-color: rgb(181,133,193); }
div.DivClassName
{
background-color: #B585C1;
}
.BgClassName
{
background-color: #B585C1;
}
</style>
border-color css
<style>
span { border-color: #B585C1; }
span { border-color: rgb(181,133,193); }
td.TdClassName
{
border-color: #B585C1;
}
.TagClassName
{
border-color: #B585C1;
}
</style>