Shades of East Side #B37DC5
Tints of East Side #B37DC5
RGB
CMYK
RGB Variations
Color information
#B37DC5 (or 0xB37DC5) is known color: East Side. HEX triplet: B3, 7D and C5. RGB value is (179,125,197). Sum of RGB (Red+Green+Blue) = 179+125+197=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 197 - color contains mainly: blue. Hex color #B37DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37DC5 is #4C823A. Grayscale: #959595. Windows color (decimal): -5014075 or 12942771. OLE color: 12942771.
HSL color Cylindrical-coordinate representation of color #B37DC5: hue angle of 285º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B37DC5 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 125 | 197 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.23 |
| HSL | 285º | 0.38% | 0.63% | - |
| HSV(B) | 285º | 0.37% | 0.77% | - |
| XYZ | 36 | 28.28 | 56.38 | - |
| YUV | 149.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 197 | 0.09 | 0.37 | 0 | 0.23 | 285 | 0.38 | 0.63 |
| Hex | B3 | 7D | C5 | 9 | 25 | 0 | 17 | 11D | 26 | 3F |
| Octal | 263 | 175 | 305 | 11 | 45 | 0 | 27 | 435 | 46 | 77 |
| Binary | 10110011 | 1111101 | 11000101 | 1001 | 100101 | 0 | 10111 | 100011101 | 100110 | 111111 |
Color Harmonies of #B37DC5
Complementary color
Monochromatic Colors of #B37DC5
Black with #B37DC5
Text Example
Text Example
White with #B37DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37DC5; }
p { color: rgb(179,125,197); }
H1.HeaderClassName
{
color: #B37DC5;
}
.AnyTagClassName
{
color: #B37DC5;
}
</style>
background-color css
<style>
a { background-color: #B37DC5; }
a { background-color: rgb(179,125,197); }
div.DivClassName
{
background-color: #B37DC5;
}
.BgClassName
{
background-color: #B37DC5;
}
</style>
border-color css
<style>
span { border-color: #B37DC5; }
span { border-color: rgb(179,125,197); }
td.TdClassName
{
border-color: #B37DC5;
}
.TagClassName
{
border-color: #B37DC5;
}
</style>