Shades of East Side #B580D6
Tints of East Side #B580D6
RGB
CMYK
RGB Variations
Color information
#B580D6 (or 0xB580D6) is known color: East Side. HEX triplet: B5, 80 and D6. RGB value is (181,128,214). Sum of RGB (Red+Green+Blue) = 181+128+214=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #B580D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580D6 is #4A7F29. Grayscale: #999999. Windows color (decimal): -4882218 or 14057653. OLE color: 14057653.
HSL color Cylindrical-coordinate representation of color #B580D6: hue angle of 276.98º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B580D6 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 128 | 214 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.16 |
| HSL | 276.98º | 0.51% | 0.67% | - |
| HSV(B) | 276.98º | 0.4% | 0.84% | - |
| XYZ | 38.91 | 30.12 | 67.38 | - |
| YUV | 153.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 214 | 0.15 | 0.40 | 0 | 0.16 | 276.98 | 0.51 | 0.67 |
| Hex | B5 | 80 | D6 | F | 28 | 0 | 10 | 115 | 33 | 43 |
| Octal | 265 | 200 | 326 | 17 | 50 | 0 | 20 | 425 | 63 | 103 |
| Binary | 10110101 | 10000000 | 11010110 | 1111 | 101000 | 0 | 10000 | 100010101 | 110011 | 1000011 |
Color Harmonies of #B580D6
Complementary color
Monochromatic Colors of #B580D6
Black with #B580D6
Text Example
Text Example
White with #B580D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B580D6; }
p { color: rgb(181,128,214); }
H1.HeaderClassName
{
color: #B580D6;
}
.AnyTagClassName
{
color: #B580D6;
}
</style>
background-color css
<style>
a { background-color: #B580D6; }
a { background-color: rgb(181,128,214); }
div.DivClassName
{
background-color: #B580D6;
}
.BgClassName
{
background-color: #B580D6;
}
</style>
border-color css
<style>
span { border-color: #B580D6; }
span { border-color: rgb(181,128,214); }
td.TdClassName
{
border-color: #B580D6;
}
.TagClassName
{
border-color: #B580D6;
}
</style>