Shades of East Side #B582C8
Tints of East Side #B582C8
RGB
CMYK
RGB Variations
Color information
#B582C8 (or 0xB582C8) is known color: East Side. HEX triplet: B5, 82 and C8. RGB value is (181,130,200). Sum of RGB (Red+Green+Blue) = 181+130+200=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 200 - color contains mainly: blue. Hex color #B582C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B582C8 is #4A7D37. Grayscale: #999999. Windows color (decimal): -4881720 or 13140661. OLE color: 13140661.
HSL color Cylindrical-coordinate representation of color #B582C8: hue angle of 283.71º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B582C8 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 130 | 200 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.22 |
| HSL | 283.71º | 0.39% | 0.65% | - |
| HSV(B) | 283.71º | 0.35% | 0.78% | - |
| XYZ | 37.46 | 29.96 | 58.45 | - |
| YUV | 153.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 200 | 0.09 | 0.35 | 0 | 0.22 | 283.71 | 0.39 | 0.65 |
| Hex | B5 | 82 | C8 | 9 | 23 | 0 | 16 | 11C | 27 | 41 |
| Octal | 265 | 202 | 310 | 11 | 43 | 0 | 26 | 434 | 47 | 101 |
| Binary | 10110101 | 10000010 | 11001000 | 1001 | 100011 | 0 | 10110 | 100011100 | 100111 | 1000001 |
Color Harmonies of #B582C8
Complementary color
Monochromatic Colors of #B582C8
Black with #B582C8
Text Example
Text Example
White with #B582C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B582C8; }
p { color: rgb(181,130,200); }
H1.HeaderClassName
{
color: #B582C8;
}
.AnyTagClassName
{
color: #B582C8;
}
</style>
background-color css
<style>
a { background-color: #B582C8; }
a { background-color: rgb(181,130,200); }
div.DivClassName
{
background-color: #B582C8;
}
.BgClassName
{
background-color: #B582C8;
}
</style>
border-color css
<style>
span { border-color: #B582C8; }
span { border-color: rgb(181,130,200); }
td.TdClassName
{
border-color: #B582C8;
}
.TagClassName
{
border-color: #B582C8;
}
</style>