Shades of East Side #B584C6
Tints of East Side #B584C6
RGB
CMYK
RGB Variations
Color information
#B584C6 (or 0xB584C6) is known color: East Side. HEX triplet: B5, 84 and C6. RGB value is (181,132,198). Sum of RGB (Red+Green+Blue) = 181+132+198=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #B584C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B584C6 is #4A7B39. Grayscale: #999999. Windows color (decimal): -4881210 or 13010101. OLE color: 13010101.
HSL color Cylindrical-coordinate representation of color #B584C6: hue angle of 284.55º degrees, saturation: 0.37, 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 #B584C6 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 132 | 198 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.22 |
| HSL | 284.55º | 0.37% | 0.65% | - |
| HSV(B) | 284.55º | 0.33% | 0.78% | - |
| XYZ | 37.5 | 30.4 | 57.32 | - |
| YUV | 154.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 198 | 0.09 | 0.33 | 0 | 0.22 | 284.55 | 0.37 | 0.65 |
| Hex | B5 | 84 | C6 | 9 | 21 | 0 | 16 | 11D | 25 | 41 |
| Octal | 265 | 204 | 306 | 11 | 41 | 0 | 26 | 435 | 45 | 101 |
| Binary | 10110101 | 10000100 | 11000110 | 1001 | 100001 | 0 | 10110 | 100011101 | 100101 | 1000001 |
Color Harmonies of #B584C6
Complementary color
Monochromatic Colors of #B584C6
Black with #B584C6
Text Example
Text Example
White with #B584C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B584C6; }
p { color: rgb(181,132,198); }
H1.HeaderClassName
{
color: #B584C6;
}
.AnyTagClassName
{
color: #B584C6;
}
</style>
background-color css
<style>
a { background-color: #B584C6; }
a { background-color: rgb(181,132,198); }
div.DivClassName
{
background-color: #B584C6;
}
.BgClassName
{
background-color: #B584C6;
}
</style>
border-color css
<style>
span { border-color: #B584C6; }
span { border-color: rgb(181,132,198); }
td.TdClassName
{
border-color: #B584C6;
}
.TagClassName
{
border-color: #B584C6;
}
</style>