Shades of East Side #B580C1
Tints of East Side #B580C1
RGB
CMYK
RGB Variations
Color information
#B580C1 (or 0xB580C1) is known color: East Side. HEX triplet: B5, 80 and C1. RGB value is (181,128,193). Sum of RGB (Red+Green+Blue) = 181+128+193=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #B580C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580C1 is #4A7F3E. Grayscale: #979797. Windows color (decimal): -4882239 or 12681397. OLE color: 12681397.
HSL color Cylindrical-coordinate representation of color #B580C1: hue angle of 288.92º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B580C1 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 128 | 193 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.24 |
| HSL | 288.92º | 0.34% | 0.63% | - |
| HSV(B) | 288.92º | 0.34% | 0.76% | - |
| XYZ | 36.4 | 29.11 | 54.15 | - |
| YUV | 151.26 | 151.56 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 193 | 0.06 | 0.34 | 0 | 0.24 | 288.92 | 0.34 | 0.63 |
| Hex | B5 | 80 | C1 | 6 | 22 | 0 | 18 | 121 | 22 | 3F |
| Octal | 265 | 200 | 301 | 6 | 42 | 0 | 30 | 441 | 42 | 77 |
| Binary | 10110101 | 10000000 | 11000001 | 110 | 100010 | 0 | 11000 | 100100001 | 100010 | 111111 |
Color Harmonies of #B580C1
Complementary color
Monochromatic Colors of #B580C1
Black with #B580C1
Text Example
Text Example
White with #B580C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B580C1; }
p { color: rgb(181,128,193); }
H1.HeaderClassName
{
color: #B580C1;
}
.AnyTagClassName
{
color: #B580C1;
}
</style>
background-color css
<style>
a { background-color: #B580C1; }
a { background-color: rgb(181,128,193); }
div.DivClassName
{
background-color: #B580C1;
}
.BgClassName
{
background-color: #B580C1;
}
</style>
border-color css
<style>
span { border-color: #B580C1; }
span { border-color: rgb(181,128,193); }
td.TdClassName
{
border-color: #B580C1;
}
.TagClassName
{
border-color: #B580C1;
}
</style>