Shades of East Side #B980C2
Tints of East Side #B980C2
RGB
CMYK
RGB Variations
Color information
#B980C2 (or 0xB980C2) is known color: East Side. HEX triplet: B9, 80 and C2. RGB value is (185,128,194). Sum of RGB (Red+Green+Blue) = 185+128+194=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 194 - color contains mainly: blue. Hex color #B980C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980C2 is #467F3D. Grayscale: #989898. Windows color (decimal): -4620094 or 12746937. OLE color: 12746937.
HSL color Cylindrical-coordinate representation of color #B980C2: hue angle of 291.82º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B980C2 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 128 | 194 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.24 |
| HSL | 291.82º | 0.35% | 0.63% | - |
| HSV(B) | 291.82º | 0.34% | 0.76% | - |
| XYZ | 37.46 | 29.65 | 54.79 | - |
| YUV | 152.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 194 | 0.05 | 0.34 | 0 | 0.24 | 291.82 | 0.35 | 0.63 |
| Hex | B9 | 80 | C2 | 5 | 22 | 0 | 18 | 124 | 23 | 3F |
| Octal | 271 | 200 | 302 | 5 | 42 | 0 | 30 | 444 | 43 | 77 |
| Binary | 10111001 | 10000000 | 11000010 | 101 | 100010 | 0 | 11000 | 100100100 | 100011 | 111111 |
Color Harmonies of #B980C2
Complementary color
Monochromatic Colors of #B980C2
Black with #B980C2
Text Example
Text Example
White with #B980C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B980C2; }
p { color: rgb(185,128,194); }
H1.HeaderClassName
{
color: #B980C2;
}
.AnyTagClassName
{
color: #B980C2;
}
</style>
background-color css
<style>
a { background-color: #B980C2; }
a { background-color: rgb(185,128,194); }
div.DivClassName
{
background-color: #B980C2;
}
.BgClassName
{
background-color: #B980C2;
}
</style>
border-color css
<style>
span { border-color: #B980C2; }
span { border-color: rgb(185,128,194); }
td.TdClassName
{
border-color: #B980C2;
}
.TagClassName
{
border-color: #B980C2;
}
</style>