Shades of East Side #B582CF
Tints of East Side #B582CF
RGB
CMYK
RGB Variations
Color information
#B582CF (or 0xB582CF) is known color: East Side. HEX triplet: B5, 82 and CF. RGB value is (181,130,207). Sum of RGB (Red+Green+Blue) = 181+130+207=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #B582CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B582CF is #4A7D30. Grayscale: #999999. Windows color (decimal): -4881713 or 13599413. OLE color: 13599413.
HSL color Cylindrical-coordinate representation of color #B582CF: hue angle of 279.74º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B582CF is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 130 | 207 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.19 |
| HSL | 279.74º | 0.45% | 0.66% | - |
| HSV(B) | 279.74º | 0.37% | 0.81% | - |
| XYZ | 38.3 | 30.29 | 62.86 | - |
| YUV | 154.03 | 157.9 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 207 | 0.13 | 0.37 | 0 | 0.19 | 279.74 | 0.45 | 0.66 |
| Hex | B5 | 82 | CF | D | 25 | 0 | 13 | 118 | 2D | 42 |
| Octal | 265 | 202 | 317 | 15 | 45 | 0 | 23 | 430 | 55 | 102 |
| Binary | 10110101 | 10000010 | 11001111 | 1101 | 100101 | 0 | 10011 | 100011000 | 101101 | 1000010 |
Color Harmonies of #B582CF
Complementary color
Monochromatic Colors of #B582CF
Black with #B582CF
Text Example
Text Example
White with #B582CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B582CF; }
p { color: rgb(181,130,207); }
H1.HeaderClassName
{
color: #B582CF;
}
.AnyTagClassName
{
color: #B582CF;
}
</style>
background-color css
<style>
a { background-color: #B582CF; }
a { background-color: rgb(181,130,207); }
div.DivClassName
{
background-color: #B582CF;
}
.BgClassName
{
background-color: #B582CF;
}
</style>
border-color css
<style>
span { border-color: #B582CF; }
span { border-color: rgb(181,130,207); }
td.TdClassName
{
border-color: #B582CF;
}
.TagClassName
{
border-color: #B582CF;
}
</style>