Shades of East Side #B882C2
Tints of East Side #B882C2
RGB
CMYK
RGB Variations
Color information
#B882C2 (or 0xB882C2) is known color: East Side. HEX triplet: B8, 82 and C2. RGB value is (184,130,194). Sum of RGB (Red+Green+Blue) = 184+130+194=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 194 - color contains mainly: blue. Hex color #B882C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882C2 is #477D3D. Grayscale: #999999. Windows color (decimal): -4685118 or 12747448. OLE color: 12747448.
HSL color Cylindrical-coordinate representation of color #B882C2: hue angle of 290.62º 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 #B882C2 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 130 | 194 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.24 |
| HSL | 290.63º | 0.34% | 0.64% | - |
| HSV(B) | 290.63º | 0.33% | 0.76% | - |
| XYZ | 37.49 | 30.05 | 54.86 | - |
| YUV | 153.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 194 | 0.05 | 0.33 | 0 | 0.24 | 290.63 | 0.34 | 0.64 |
| Hex | B8 | 82 | C2 | 5 | 21 | 0 | 18 | 123 | 22 | 40 |
| Octal | 270 | 202 | 302 | 5 | 41 | 0 | 30 | 443 | 42 | 100 |
| Binary | 10111000 | 10000010 | 11000010 | 101 | 100001 | 0 | 11000 | 100100011 | 100010 | 1000000 |
Color Harmonies of #B882C2
Complementary color
Monochromatic Colors of #B882C2
Black with #B882C2
Text Example
Text Example
White with #B882C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B882C2; }
p { color: rgb(184,130,194); }
H1.HeaderClassName
{
color: #B882C2;
}
.AnyTagClassName
{
color: #B882C2;
}
</style>
background-color css
<style>
a { background-color: #B882C2; }
a { background-color: rgb(184,130,194); }
div.DivClassName
{
background-color: #B882C2;
}
.BgClassName
{
background-color: #B882C2;
}
</style>
border-color css
<style>
span { border-color: #B882C2; }
span { border-color: rgb(184,130,194); }
td.TdClassName
{
border-color: #B882C2;
}
.TagClassName
{
border-color: #B882C2;
}
</style>