Shades of East Side #B580D4
Tints of East Side #B580D4
RGB
CMYK
RGB Variations
Color information
#B580D4 (or 0xB580D4) is known color: East Side. HEX triplet: B5, 80 and D4. RGB value is (181,128,212). Sum of RGB (Red+Green+Blue) = 181+128+212=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 212 - color contains mainly: blue. Hex color #B580D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580D4 is #4A7F2B. Grayscale: #999999. Windows color (decimal): -4882220 or 13926581. OLE color: 13926581.
HSL color Cylindrical-coordinate representation of color #B580D4: hue angle of 277.86º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B580D4 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 128 | 212 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.17 |
| HSL | 277.86º | 0.49% | 0.67% | - |
| HSV(B) | 277.86º | 0.4% | 0.83% | - |
| XYZ | 38.66 | 30.02 | 66.04 | - |
| YUV | 153.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 212 | 0.15 | 0.40 | 0 | 0.17 | 277.86 | 0.49 | 0.67 |
| Hex | B5 | 80 | D4 | F | 28 | 0 | 11 | 116 | 31 | 43 |
| Octal | 265 | 200 | 324 | 17 | 50 | 0 | 21 | 426 | 61 | 103 |
| Binary | 10110101 | 10000000 | 11010100 | 1111 | 101000 | 0 | 10001 | 100010110 | 110001 | 1000011 |
Color Harmonies of #B580D4
Complementary color
Monochromatic Colors of #B580D4
Black with #B580D4
Text Example
Text Example
White with #B580D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B580D4; }
p { color: rgb(181,128,212); }
H1.HeaderClassName
{
color: #B580D4;
}
.AnyTagClassName
{
color: #B580D4;
}
</style>
background-color css
<style>
a { background-color: #B580D4; }
a { background-color: rgb(181,128,212); }
div.DivClassName
{
background-color: #B580D4;
}
.BgClassName
{
background-color: #B580D4;
}
</style>
border-color css
<style>
span { border-color: #B580D4; }
span { border-color: rgb(181,128,212); }
td.TdClassName
{
border-color: #B580D4;
}
.TagClassName
{
border-color: #B580D4;
}
</style>