Shades of East Side #B882C1
Tints of East Side #B882C1
RGB
CMYK
RGB Variations
Color information
#B882C1 (or 0xB882C1) is known color: East Side. HEX triplet: B8, 82 and C1. RGB value is (184,130,193). Sum of RGB (Red+Green+Blue) = 184+130+193=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #B882C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882C1 is #477D3E. Grayscale: #999999. Windows color (decimal): -4685119 or 12681912. OLE color: 12681912.
HSL color Cylindrical-coordinate representation of color #B882C1: hue angle of 291.43º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B882C1 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 130 | 193 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.24 |
| HSL | 291.43º | 0.34% | 0.63% | - |
| HSV(B) | 291.43º | 0.33% | 0.76% | - |
| XYZ | 37.38 | 30.01 | 54.27 | - |
| YUV | 153.33 | 150.39 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 193 | 0.05 | 0.33 | 0 | 0.24 | 291.43 | 0.34 | 0.63 |
| Hex | B8 | 82 | C1 | 5 | 21 | 0 | 18 | 123 | 22 | 3F |
| Octal | 270 | 202 | 301 | 5 | 41 | 0 | 30 | 443 | 42 | 77 |
| Binary | 10111000 | 10000010 | 11000001 | 101 | 100001 | 0 | 11000 | 100100011 | 100010 | 111111 |
Color Harmonies of #B882C1
Complementary color
Monochromatic Colors of #B882C1
Black with #B882C1
Text Example
Text Example
White with #B882C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B882C1; }
p { color: rgb(184,130,193); }
H1.HeaderClassName
{
color: #B882C1;
}
.AnyTagClassName
{
color: #B882C1;
}
</style>
background-color css
<style>
a { background-color: #B882C1; }
a { background-color: rgb(184,130,193); }
div.DivClassName
{
background-color: #B882C1;
}
.BgClassName
{
background-color: #B882C1;
}
</style>
border-color css
<style>
span { border-color: #B882C1; }
span { border-color: rgb(184,130,193); }
td.TdClassName
{
border-color: #B882C1;
}
.TagClassName
{
border-color: #B882C1;
}
</style>