Shades of East Side #B882CF
Tints of East Side #B882CF
RGB
CMYK
RGB Variations
Color information
#B882CF (or 0xB882CF) is known color: East Side. HEX triplet: B8, 82 and CF. RGB value is (184,130,207). Sum of RGB (Red+Green+Blue) = 184+130+207=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #B882CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882CF is #477D30. Grayscale: #9A9A9A. Windows color (decimal): -4685105 or 13599416. OLE color: 13599416.
HSL color Cylindrical-coordinate representation of color #B882CF: hue angle of 282.08º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B882CF is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 130 | 207 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.19 |
| HSL | 282.08º | 0.45% | 0.66% | - |
| HSV(B) | 282.08º | 0.37% | 0.81% | - |
| XYZ | 39.01 | 30.66 | 62.89 | - |
| YUV | 154.92 | 157.39 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 207 | 0.11 | 0.37 | 0 | 0.19 | 282.08 | 0.45 | 0.66 |
| Hex | B8 | 82 | CF | B | 25 | 0 | 13 | 11A | 2D | 42 |
| Octal | 270 | 202 | 317 | 13 | 45 | 0 | 23 | 432 | 55 | 102 |
| Binary | 10111000 | 10000010 | 11001111 | 1011 | 100101 | 0 | 10011 | 100011010 | 101101 | 1000010 |
Color Harmonies of #B882CF
Complementary color
Monochromatic Colors of #B882CF
Black with #B882CF
Text Example
Text Example
White with #B882CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B882CF; }
p { color: rgb(184,130,207); }
H1.HeaderClassName
{
color: #B882CF;
}
.AnyTagClassName
{
color: #B882CF;
}
</style>
background-color css
<style>
a { background-color: #B882CF; }
a { background-color: rgb(184,130,207); }
div.DivClassName
{
background-color: #B882CF;
}
.BgClassName
{
background-color: #B882CF;
}
</style>
border-color css
<style>
span { border-color: #B882CF; }
span { border-color: rgb(184,130,207); }
td.TdClassName
{
border-color: #B882CF;
}
.TagClassName
{
border-color: #B882CF;
}
</style>