Shades of East Side #B582CB
Tints of East Side #B582CB
RGB
CMYK
RGB Variations
Color information
#B582CB (or 0xB582CB) is known color: East Side. HEX triplet: B5, 82 and CB. RGB value is (181,130,203). Sum of RGB (Red+Green+Blue) = 181+130+203=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #B582CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B582CB is #4A7D34. Grayscale: #999999. Windows color (decimal): -4881717 or 13337269. OLE color: 13337269.
HSL color Cylindrical-coordinate representation of color #B582CB: hue angle of 281.92º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B582CB is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 130 | 203 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.20 |
| HSL | 281.92º | 0.41% | 0.65% | - |
| HSV(B) | 281.92º | 0.36% | 0.8% | - |
| XYZ | 37.82 | 30.1 | 60.32 | - |
| YUV | 153.57 | 155.9 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 203 | 0.11 | 0.36 | 0 | 0.20 | 281.92 | 0.41 | 0.65 |
| Hex | B5 | 82 | CB | B | 24 | 0 | 14 | 11A | 29 | 41 |
| Octal | 265 | 202 | 313 | 13 | 44 | 0 | 24 | 432 | 51 | 101 |
| Binary | 10110101 | 10000010 | 11001011 | 1011 | 100100 | 0 | 10100 | 100011010 | 101001 | 1000001 |
Color Harmonies of #B582CB
Complementary color
Monochromatic Colors of #B582CB
Black with #B582CB
Text Example
Text Example
White with #B582CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B582CB; }
p { color: rgb(181,130,203); }
H1.HeaderClassName
{
color: #B582CB;
}
.AnyTagClassName
{
color: #B582CB;
}
</style>
background-color css
<style>
a { background-color: #B582CB; }
a { background-color: rgb(181,130,203); }
div.DivClassName
{
background-color: #B582CB;
}
.BgClassName
{
background-color: #B582CB;
}
</style>
border-color css
<style>
span { border-color: #B582CB; }
span { border-color: rgb(181,130,203); }
td.TdClassName
{
border-color: #B582CB;
}
.TagClassName
{
border-color: #B582CB;
}
</style>