Shades of East Side #B37CCC
Tints of East Side #B37CCC
RGB
CMYK
RGB Variations
Color information
#B37CCC (or 0xB37CCC) is known color: East Side. HEX triplet: B3, 7C and CC. RGB value is (179,124,204). Sum of RGB (Red+Green+Blue) = 179+124+204=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #B37CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37CCC is #4C8333. Grayscale: #959595. Windows color (decimal): -5014324 or 13401267. OLE color: 13401267.
HSL color Cylindrical-coordinate representation of color #B37CCC: hue angle of 281.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B37CCC is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 124 | 204 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.2 |
| HSL | 281.25º | 0.44% | 0.64% | - |
| HSV(B) | 281.25º | 0.39% | 0.8% | - |
| XYZ | 36.7 | 28.36 | 60.67 | - |
| YUV | 149.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 204 | 0.12 | 0.39 | 0 | 0.2 | 281.25 | 0.44 | 0.64 |
| Hex | B3 | 7C | CC | C | 27 | 0 | 14 | 119 | 2C | 40 |
| Octal | 263 | 174 | 314 | 14 | 47 | 0 | 24 | 431 | 54 | 100 |
| Binary | 10110011 | 1111100 | 11001100 | 1100 | 100111 | 0 | 10100 | 100011001 | 101100 | 1000000 |
Color Harmonies of #B37CCC
Complementary color
Monochromatic Colors of #B37CCC
Black with #B37CCC
Text Example
Text Example
White with #B37CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37CCC; }
p { color: rgb(179,124,204); }
H1.HeaderClassName
{
color: #B37CCC;
}
.AnyTagClassName
{
color: #B37CCC;
}
</style>
background-color css
<style>
a { background-color: #B37CCC; }
a { background-color: rgb(179,124,204); }
div.DivClassName
{
background-color: #B37CCC;
}
.BgClassName
{
background-color: #B37CCC;
}
</style>
border-color css
<style>
span { border-color: #B37CCC; }
span { border-color: rgb(179,124,204); }
td.TdClassName
{
border-color: #B37CCC;
}
.TagClassName
{
border-color: #B37CCC;
}
</style>