Shades of East Side #B084CF
Tints of East Side #B084CF
RGB
CMYK
RGB Variations
Color information
#B084CF (or 0xB084CF) is known color: East Side. HEX triplet: B0, 84 and CF. RGB value is (176,132,207). Sum of RGB (Red+Green+Blue) = 176+132+207=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #B084CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B084CF is #4F7B30. Grayscale: #999999. Windows color (decimal): -5208881 or 13599920. OLE color: 13599920.
HSL color Cylindrical-coordinate representation of color #B084CF: hue angle of 275.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B084CF is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 132 | 207 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.19 |
| HSL | 275.2º | 0.44% | 0.66% | - |
| HSV(B) | 275.2º | 0.36% | 0.81% | - |
| XYZ | 37.42 | 30.24 | 62.9 | - |
| YUV | 153.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 132 | 207 | 0.15 | 0.36 | 0 | 0.19 | 275.2 | 0.44 | 0.66 |
| Hex | B0 | 84 | CF | F | 24 | 0 | 13 | 113 | 2C | 42 |
| Octal | 260 | 204 | 317 | 17 | 44 | 0 | 23 | 423 | 54 | 102 |
| Binary | 10110000 | 10000100 | 11001111 | 1111 | 100100 | 0 | 10011 | 100010011 | 101100 | 1000010 |
Color Harmonies of #B084CF
Complementary color
Monochromatic Colors of #B084CF
Black with #B084CF
Text Example
Text Example
White with #B084CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B084CF; }
p { color: rgb(176,132,207); }
H1.HeaderClassName
{
color: #B084CF;
}
.AnyTagClassName
{
color: #B084CF;
}
</style>
background-color css
<style>
a { background-color: #B084CF; }
a { background-color: rgb(176,132,207); }
div.DivClassName
{
background-color: #B084CF;
}
.BgClassName
{
background-color: #B084CF;
}
</style>
border-color css
<style>
span { border-color: #B084CF; }
span { border-color: rgb(176,132,207); }
td.TdClassName
{
border-color: #B084CF;
}
.TagClassName
{
border-color: #B084CF;
}
</style>