Shades of East Side #B37FCD
Tints of East Side #B37FCD
RGB
CMYK
RGB Variations
Color information
#B37FCD (or 0xB37FCD) is known color: East Side. HEX triplet: B3, 7F and CD. RGB value is (179,127,205). Sum of RGB (Red+Green+Blue) = 179+127+205=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #B37FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FCD is #4C8032. Grayscale: #979797. Windows color (decimal): -5013555 or 13467571. OLE color: 13467571.
HSL color Cylindrical-coordinate representation of color #B37FCD: hue angle of 280º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B37FCD is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 127 | 205 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.20 |
| HSL | 280º | 0.44% | 0.65% | - |
| HSV(B) | 280º | 0.38% | 0.8% | - |
| XYZ | 37.2 | 29.17 | 61.43 | - |
| YUV | 151.44 | 158.23 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 205 | 0.13 | 0.38 | 0 | 0.20 | 280 | 0.44 | 0.65 |
| Hex | B3 | 7F | CD | D | 26 | 0 | 14 | 118 | 2C | 41 |
| Octal | 263 | 177 | 315 | 15 | 46 | 0 | 24 | 430 | 54 | 101 |
| Binary | 10110011 | 1111111 | 11001101 | 1101 | 100110 | 0 | 10100 | 100011000 | 101100 | 1000001 |
Color Harmonies of #B37FCD
Complementary color
Monochromatic Colors of #B37FCD
Black with #B37FCD
Text Example
Text Example
White with #B37FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37FCD; }
p { color: rgb(179,127,205); }
H1.HeaderClassName
{
color: #B37FCD;
}
.AnyTagClassName
{
color: #B37FCD;
}
</style>
background-color css
<style>
a { background-color: #B37FCD; }
a { background-color: rgb(179,127,205); }
div.DivClassName
{
background-color: #B37FCD;
}
.BgClassName
{
background-color: #B37FCD;
}
</style>
border-color css
<style>
span { border-color: #B37FCD; }
span { border-color: rgb(179,127,205); }
td.TdClassName
{
border-color: #B37FCD;
}
.TagClassName
{
border-color: #B37FCD;
}
</style>