Shades of East Side #B980CC
Tints of East Side #B980CC
RGB
CMYK
RGB Variations
Color information
#B980CC (or 0xB980CC) is known color: East Side. HEX triplet: B9, 80 and CC. RGB value is (185,128,204). Sum of RGB (Red+Green+Blue) = 185+128+204=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #B980CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980CC is #467F33. Grayscale: #999999. Windows color (decimal): -4620084 or 13402297. OLE color: 13402297.
HSL color Cylindrical-coordinate representation of color #B980CC: hue angle of 285º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B980CC is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 128 | 204 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.2 |
| HSL | 285º | 0.43% | 0.65% | - |
| HSV(B) | 285º | 0.37% | 0.8% | - |
| XYZ | 38.63 | 30.11 | 60.9 | - |
| YUV | 153.71 | 156.38 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 204 | 0.09 | 0.37 | 0 | 0.2 | 285 | 0.43 | 0.65 |
| Hex | B9 | 80 | CC | 9 | 25 | 0 | 14 | 11D | 2B | 41 |
| Octal | 271 | 200 | 314 | 11 | 45 | 0 | 24 | 435 | 53 | 101 |
| Binary | 10111001 | 10000000 | 11001100 | 1001 | 100101 | 0 | 10100 | 100011101 | 101011 | 1000001 |
Color Harmonies of #B980CC
Complementary color
Monochromatic Colors of #B980CC
Black with #B980CC
Text Example
Text Example
White with #B980CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B980CC; }
p { color: rgb(185,128,204); }
H1.HeaderClassName
{
color: #B980CC;
}
.AnyTagClassName
{
color: #B980CC;
}
</style>
background-color css
<style>
a { background-color: #B980CC; }
a { background-color: rgb(185,128,204); }
div.DivClassName
{
background-color: #B980CC;
}
.BgClassName
{
background-color: #B980CC;
}
</style>
border-color css
<style>
span { border-color: #B980CC; }
span { border-color: rgb(185,128,204); }
td.TdClassName
{
border-color: #B980CC;
}
.TagClassName
{
border-color: #B980CC;
}
</style>