Shades of East Side #B982C2
Tints of East Side #B982C2
RGB
CMYK
RGB Variations
Color information
#B982C2 (or 0xB982C2) is known color: East Side. HEX triplet: B9, 82 and C2. RGB value is (185,130,194). Sum of RGB (Red+Green+Blue) = 185+130+194=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 194 - color contains mainly: blue. Hex color #B982C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982C2 is #467D3D. Grayscale: #999999. Windows color (decimal): -4619582 or 12747449. OLE color: 12747449.
HSL color Cylindrical-coordinate representation of color #B982C2: hue angle of 291.56º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B982C2 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 130 | 194 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.24 |
| HSL | 291.56º | 0.34% | 0.64% | - |
| HSV(B) | 291.56º | 0.33% | 0.76% | - |
| XYZ | 37.73 | 30.17 | 54.87 | - |
| YUV | 153.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 194 | 0.05 | 0.33 | 0 | 0.24 | 291.56 | 0.34 | 0.64 |
| Hex | B9 | 82 | C2 | 5 | 21 | 0 | 18 | 124 | 22 | 40 |
| Octal | 271 | 202 | 302 | 5 | 41 | 0 | 30 | 444 | 42 | 100 |
| Binary | 10111001 | 10000010 | 11000010 | 101 | 100001 | 0 | 11000 | 100100100 | 100010 | 1000000 |
Color Harmonies of #B982C2
Complementary color
Monochromatic Colors of #B982C2
Black with #B982C2
Text Example
Text Example
White with #B982C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B982C2; }
p { color: rgb(185,130,194); }
H1.HeaderClassName
{
color: #B982C2;
}
.AnyTagClassName
{
color: #B982C2;
}
</style>
background-color css
<style>
a { background-color: #B982C2; }
a { background-color: rgb(185,130,194); }
div.DivClassName
{
background-color: #B982C2;
}
.BgClassName
{
background-color: #B982C2;
}
</style>
border-color css
<style>
span { border-color: #B982C2; }
span { border-color: rgb(185,130,194); }
td.TdClassName
{
border-color: #B982C2;
}
.TagClassName
{
border-color: #B982C2;
}
</style>