Shades of East Side #B882BD
Tints of East Side #B882BD
RGB
CMYK
RGB Variations
Color information
#B882BD (or 0xB882BD) is known color: East Side. HEX triplet: B8, 82 and BD. RGB value is (184,130,189). Sum of RGB (Red+Green+Blue) = 184+130+189=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #B882BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882BD is #477D42. Grayscale: #989898. Windows color (decimal): -4685123 or 12419768. OLE color: 12419768.
HSL color Cylindrical-coordinate representation of color #B882BD: hue angle of 294.92º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B882BD is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 130 | 189 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.26 |
| HSL | 294.92º | 0.31% | 0.63% | - |
| HSV(B) | 294.92º | 0.31% | 0.74% | - |
| XYZ | 36.94 | 29.83 | 51.96 | - |
| YUV | 152.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 189 | 0.03 | 0.31 | 0 | 0.26 | 294.92 | 0.31 | 0.63 |
| Hex | B8 | 82 | BD | 3 | 1F | 0 | 1A | 127 | 1F | 3F |
| Octal | 270 | 202 | 275 | 3 | 37 | 0 | 32 | 447 | 37 | 77 |
| Binary | 10111000 | 10000010 | 10111101 | 11 | 11111 | 0 | 11010 | 100100111 | 11111 | 111111 |
Color Harmonies of #B882BD
Complementary color
Monochromatic Colors of #B882BD
Black with #B882BD
Text Example
Text Example
White with #B882BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B882BD; }
p { color: rgb(184,130,189); }
H1.HeaderClassName
{
color: #B882BD;
}
.AnyTagClassName
{
color: #B882BD;
}
</style>
background-color css
<style>
a { background-color: #B882BD; }
a { background-color: rgb(184,130,189); }
div.DivClassName
{
background-color: #B882BD;
}
.BgClassName
{
background-color: #B882BD;
}
</style>
border-color css
<style>
span { border-color: #B882BD; }
span { border-color: rgb(184,130,189); }
td.TdClassName
{
border-color: #B882BD;
}
.TagClassName
{
border-color: #B882BD;
}
</style>