Shades of East Side #B980D3
Tints of East Side #B980D3
RGB
CMYK
RGB Variations
Color information
#B980D3 (or 0xB980D3) is known color: East Side. HEX triplet: B9, 80 and D3. RGB value is (185,128,211). Sum of RGB (Red+Green+Blue) = 185+128+211=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 211 - color contains mainly: blue. Hex color #B980D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980D3 is #467F2C. Grayscale: #9A9A9A. Windows color (decimal): -4620077 or 13861049. OLE color: 13861049.
HSL color Cylindrical-coordinate representation of color #B980D3: hue angle of 281.2º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B980D3 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 128 | 211 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.17 |
| HSL | 281.2º | 0.49% | 0.66% | - |
| HSV(B) | 281.2º | 0.39% | 0.83% | - |
| XYZ | 39.48 | 30.46 | 65.43 | - |
| YUV | 154.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 211 | 0.12 | 0.39 | 0 | 0.17 | 281.2 | 0.49 | 0.66 |
| Hex | B9 | 80 | D3 | C | 27 | 0 | 11 | 119 | 31 | 42 |
| Octal | 271 | 200 | 323 | 14 | 47 | 0 | 21 | 431 | 61 | 102 |
| Binary | 10111001 | 10000000 | 11010011 | 1100 | 100111 | 0 | 10001 | 100011001 | 110001 | 1000010 |
Color Harmonies of #B980D3
Complementary color
Monochromatic Colors of #B980D3
Black with #B980D3
Text Example
Text Example
White with #B980D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B980D3; }
p { color: rgb(185,128,211); }
H1.HeaderClassName
{
color: #B980D3;
}
.AnyTagClassName
{
color: #B980D3;
}
</style>
background-color css
<style>
a { background-color: #B980D3; }
a { background-color: rgb(185,128,211); }
div.DivClassName
{
background-color: #B980D3;
}
.BgClassName
{
background-color: #B980D3;
}
</style>
border-color css
<style>
span { border-color: #B980D3; }
span { border-color: rgb(185,128,211); }
td.TdClassName
{
border-color: #B980D3;
}
.TagClassName
{
border-color: #B980D3;
}
</style>