Shades of East Side #B084CA
Tints of East Side #B084CA
RGB
CMYK
RGB Variations
Color information
#B084CA (or 0xB084CA) is known color: East Side. HEX triplet: B0, 84 and CA. RGB value is (176,132,202). Sum of RGB (Red+Green+Blue) = 176+132+202=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #B084CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B084CA is #4F7B35. Grayscale: #989898. Windows color (decimal): -5208886 or 13272240. OLE color: 13272240.
HSL color Cylindrical-coordinate representation of color #B084CA: hue angle of 277.71º 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 #B084CA is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 132 | 202 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.21 |
| HSL | 277.71º | 0.4% | 0.65% | - |
| HSV(B) | 277.71º | 0.35% | 0.79% | - |
| XYZ | 36.82 | 30 | 59.73 | - |
| YUV | 153.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 132 | 202 | 0.13 | 0.35 | 0 | 0.21 | 277.71 | 0.4 | 0.65 |
| Hex | B0 | 84 | CA | D | 23 | 0 | 15 | 116 | 28 | 41 |
| Octal | 260 | 204 | 312 | 15 | 43 | 0 | 25 | 426 | 50 | 101 |
| Binary | 10110000 | 10000100 | 11001010 | 1101 | 100011 | 0 | 10101 | 100010110 | 101000 | 1000001 |
Color Harmonies of #B084CA
Complementary color
Monochromatic Colors of #B084CA
Black with #B084CA
Text Example
Text Example
White with #B084CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B084CA; }
p { color: rgb(176,132,202); }
H1.HeaderClassName
{
color: #B084CA;
}
.AnyTagClassName
{
color: #B084CA;
}
</style>
background-color css
<style>
a { background-color: #B084CA; }
a { background-color: rgb(176,132,202); }
div.DivClassName
{
background-color: #B084CA;
}
.BgClassName
{
background-color: #B084CA;
}
</style>
border-color css
<style>
span { border-color: #B084CA; }
span { border-color: rgb(176,132,202); }
td.TdClassName
{
border-color: #B084CA;
}
.TagClassName
{
border-color: #B084CA;
}
</style>