Shades of East Side #B882C8
Tints of East Side #B882C8
RGB
CMYK
RGB Variations
Color information
#B882C8 (or 0xB882C8) is known color: East Side. HEX triplet: B8, 82 and C8. RGB value is (184,130,200). Sum of RGB (Red+Green+Blue) = 184+130+200=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 200 - color contains mainly: blue. Hex color #B882C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882C8 is #477D37. Grayscale: #999999. Windows color (decimal): -4685112 or 13140664. OLE color: 13140664.
HSL color Cylindrical-coordinate representation of color #B882C8: hue angle of 286.29º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B882C8 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 130 | 200 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.22 |
| HSL | 286.29º | 0.39% | 0.65% | - |
| HSV(B) | 286.29º | 0.35% | 0.78% | - |
| XYZ | 38.18 | 30.33 | 58.48 | - |
| YUV | 154.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 200 | 0.08 | 0.35 | 0 | 0.22 | 286.29 | 0.39 | 0.65 |
| Hex | B8 | 82 | C8 | 8 | 23 | 0 | 16 | 11E | 27 | 41 |
| Octal | 270 | 202 | 310 | 10 | 43 | 0 | 26 | 436 | 47 | 101 |
| Binary | 10111000 | 10000010 | 11001000 | 1000 | 100011 | 0 | 10110 | 100011110 | 100111 | 1000001 |
Color Harmonies of #B882C8
Complementary color
Monochromatic Colors of #B882C8
Black with #B882C8
Text Example
Text Example
White with #B882C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B882C8; }
p { color: rgb(184,130,200); }
H1.HeaderClassName
{
color: #B882C8;
}
.AnyTagClassName
{
color: #B882C8;
}
</style>
background-color css
<style>
a { background-color: #B882C8; }
a { background-color: rgb(184,130,200); }
div.DivClassName
{
background-color: #B882C8;
}
.BgClassName
{
background-color: #B882C8;
}
</style>
border-color css
<style>
span { border-color: #B882C8; }
span { border-color: rgb(184,130,200); }
td.TdClassName
{
border-color: #B882C8;
}
.TagClassName
{
border-color: #B882C8;
}
</style>