Shades of East Side #B883C5
Tints of East Side #B883C5
RGB
CMYK
RGB Variations
Color information
#B883C5 (or 0xB883C5) is known color: East Side. HEX triplet: B8, 83 and C5. RGB value is (184,131,197). Sum of RGB (Red+Green+Blue) = 184+131+197=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 197 - color contains mainly: blue. Hex color #B883C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B883C5 is #477C3A. Grayscale: #9A9A9A. Windows color (decimal): -4684859 or 12944312. OLE color: 12944312.
HSL color Cylindrical-coordinate representation of color #B883C5: hue angle of 288.18º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B883C5 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 131 | 197 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.23 |
| HSL | 288.18º | 0.36% | 0.64% | - |
| HSV(B) | 288.18º | 0.34% | 0.77% | - |
| XYZ | 37.96 | 30.45 | 56.7 | - |
| YUV | 154.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 197 | 0.07 | 0.34 | 0 | 0.23 | 288.18 | 0.36 | 0.64 |
| Hex | B8 | 83 | C5 | 7 | 22 | 0 | 17 | 120 | 24 | 40 |
| Octal | 270 | 203 | 305 | 7 | 42 | 0 | 27 | 440 | 44 | 100 |
| Binary | 10111000 | 10000011 | 11000101 | 111 | 100010 | 0 | 10111 | 100100000 | 100100 | 1000000 |
Color Harmonies of #B883C5
Complementary color
Monochromatic Colors of #B883C5
Black with #B883C5
Text Example
Text Example
White with #B883C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B883C5; }
p { color: rgb(184,131,197); }
H1.HeaderClassName
{
color: #B883C5;
}
.AnyTagClassName
{
color: #B883C5;
}
</style>
background-color css
<style>
a { background-color: #B883C5; }
a { background-color: rgb(184,131,197); }
div.DivClassName
{
background-color: #B883C5;
}
.BgClassName
{
background-color: #B883C5;
}
</style>
border-color css
<style>
span { border-color: #B883C5; }
span { border-color: rgb(184,131,197); }
td.TdClassName
{
border-color: #B883C5;
}
.TagClassName
{
border-color: #B883C5;
}
</style>