Shades of East Side #B375CE
Tints of East Side #B375CE
RGB
CMYK
RGB Variations
Color information
#B375CE (or 0xB375CE) is known color: East Side. HEX triplet: B3, 75 and CE. RGB value is (179,117,206). Sum of RGB (Red+Green+Blue) = 179+117+206=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #B375CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375CE is #4C8A31. Grayscale: #919191. Windows color (decimal): -5016114 or 13530547. OLE color: 13530547.
HSL color Cylindrical-coordinate representation of color #B375CE: hue angle of 281.8º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B375CE is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 117 | 206 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.19 |
| HSL | 281.8º | 0.48% | 0.63% | - |
| HSV(B) | 281.8º | 0.43% | 0.81% | - |
| XYZ | 36.09 | 26.76 | 61.66 | - |
| YUV | 145.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 206 | 0.13 | 0.43 | 0 | 0.19 | 281.8 | 0.48 | 0.63 |
| Hex | B3 | 75 | CE | D | 2B | 0 | 13 | 11A | 30 | 3F |
| Octal | 263 | 165 | 316 | 15 | 53 | 0 | 23 | 432 | 60 | 77 |
| Binary | 10110011 | 1110101 | 11001110 | 1101 | 101011 | 0 | 10011 | 100011010 | 110000 | 111111 |
Color Harmonies of #B375CE
Complementary color
Monochromatic Colors of #B375CE
Black with #B375CE
Text Example
Text Example
White with #B375CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B375CE; }
p { color: rgb(179,117,206); }
H1.HeaderClassName
{
color: #B375CE;
}
.AnyTagClassName
{
color: #B375CE;
}
</style>
background-color css
<style>
a { background-color: #B375CE; }
a { background-color: rgb(179,117,206); }
div.DivClassName
{
background-color: #B375CE;
}
.BgClassName
{
background-color: #B375CE;
}
</style>
border-color css
<style>
span { border-color: #B375CE; }
span { border-color: rgb(179,117,206); }
td.TdClassName
{
border-color: #B375CE;
}
.TagClassName
{
border-color: #B375CE;
}
</style>