Shades of East Side #B580D0
Tints of East Side #B580D0
RGB
CMYK
RGB Variations
Color information
#B580D0 (or 0xB580D0) is known color: East Side. HEX triplet: B5, 80 and D0. RGB value is (181,128,208). Sum of RGB (Red+Green+Blue) = 181+128+208=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #B580D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580D0 is #4A7F2F. Grayscale: #989898. Windows color (decimal): -4882224 or 13664437. OLE color: 13664437.
HSL color Cylindrical-coordinate representation of color #B580D0: hue angle of 279.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B580D0 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 128 | 208 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.18 |
| HSL | 279.75º | 0.46% | 0.66% | - |
| HSV(B) | 279.75º | 0.38% | 0.82% | - |
| XYZ | 38.16 | 29.82 | 63.42 | - |
| YUV | 152.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 208 | 0.13 | 0.38 | 0 | 0.18 | 279.75 | 0.46 | 0.66 |
| Hex | B5 | 80 | D0 | D | 26 | 0 | 12 | 118 | 2E | 42 |
| Octal | 265 | 200 | 320 | 15 | 46 | 0 | 22 | 430 | 56 | 102 |
| Binary | 10110101 | 10000000 | 11010000 | 1101 | 100110 | 0 | 10010 | 100011000 | 101110 | 1000010 |
Color Harmonies of #B580D0
Complementary color
Monochromatic Colors of #B580D0
Black with #B580D0
Text Example
Text Example
White with #B580D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B580D0; }
p { color: rgb(181,128,208); }
H1.HeaderClassName
{
color: #B580D0;
}
.AnyTagClassName
{
color: #B580D0;
}
</style>
background-color css
<style>
a { background-color: #B580D0; }
a { background-color: rgb(181,128,208); }
div.DivClassName
{
background-color: #B580D0;
}
.BgClassName
{
background-color: #B580D0;
}
</style>
border-color css
<style>
span { border-color: #B580D0; }
span { border-color: rgb(181,128,208); }
td.TdClassName
{
border-color: #B580D0;
}
.TagClassName
{
border-color: #B580D0;
}
</style>