Shades of East Side #B883CA
Tints of East Side #B883CA
RGB
CMYK
RGB Variations
Color information
#B883CA (or 0xB883CA) is known color: East Side. HEX triplet: B8, 83 and CA. RGB value is (184,131,202). Sum of RGB (Red+Green+Blue) = 184+131+202=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #B883CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B883CA is #477C35. Grayscale: #9A9A9A. Windows color (decimal): -4684854 or 13271992. OLE color: 13271992.
HSL color Cylindrical-coordinate representation of color #B883CA: hue angle of 284.79º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B883CA is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 131 | 202 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.21 |
| HSL | 284.79º | 0.4% | 0.65% | - |
| HSV(B) | 284.79º | 0.35% | 0.79% | - |
| XYZ | 38.54 | 30.69 | 59.77 | - |
| YUV | 154.94 | 154.56 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 202 | 0.09 | 0.35 | 0 | 0.21 | 284.79 | 0.4 | 0.65 |
| Hex | B8 | 83 | CA | 9 | 23 | 0 | 15 | 11D | 28 | 41 |
| Octal | 270 | 203 | 312 | 11 | 43 | 0 | 25 | 435 | 50 | 101 |
| Binary | 10111000 | 10000011 | 11001010 | 1001 | 100011 | 0 | 10101 | 100011101 | 101000 | 1000001 |
Color Harmonies of #B883CA
Complementary color
Monochromatic Colors of #B883CA
Black with #B883CA
Text Example
Text Example
White with #B883CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B883CA; }
p { color: rgb(184,131,202); }
H1.HeaderClassName
{
color: #B883CA;
}
.AnyTagClassName
{
color: #B883CA;
}
</style>
background-color css
<style>
a { background-color: #B883CA; }
a { background-color: rgb(184,131,202); }
div.DivClassName
{
background-color: #B883CA;
}
.BgClassName
{
background-color: #B883CA;
}
</style>
border-color css
<style>
span { border-color: #B883CA; }
span { border-color: rgb(184,131,202); }
td.TdClassName
{
border-color: #B883CA;
}
.TagClassName
{
border-color: #B883CA;
}
</style>