Shades of East Side #B17CCC
Tints of East Side #B17CCC
RGB
CMYK
RGB Variations
Color information
#B17CCC (or 0xB17CCC) is known color: East Side. HEX triplet: B1, 7C and CC. RGB value is (177,124,204). Sum of RGB (Red+Green+Blue) = 177+124+204=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #B17CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CCC is #4E8333. Grayscale: #949494. Windows color (decimal): -5145396 or 13401265. OLE color: 13401265.
HSL color Cylindrical-coordinate representation of color #B17CCC: hue angle of 279.75º 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 #B17CCC is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 124 | 204 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.2 |
| HSL | 279.75º | 0.44% | 0.64% | - |
| HSV(B) | 279.75º | 0.39% | 0.8% | - |
| XYZ | 36.24 | 28.12 | 60.64 | - |
| YUV | 148.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 204 | 0.13 | 0.39 | 0 | 0.2 | 279.75 | 0.44 | 0.64 |
| Hex | B1 | 7C | CC | D | 27 | 0 | 14 | 118 | 2C | 40 |
| Octal | 261 | 174 | 314 | 15 | 47 | 0 | 24 | 430 | 54 | 100 |
| Binary | 10110001 | 1111100 | 11001100 | 1101 | 100111 | 0 | 10100 | 100011000 | 101100 | 1000000 |
Color Harmonies of #B17CCC
Complementary color
Monochromatic Colors of #B17CCC
Black with #B17CCC
Text Example
Text Example
White with #B17CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17CCC; }
p { color: rgb(177,124,204); }
H1.HeaderClassName
{
color: #B17CCC;
}
.AnyTagClassName
{
color: #B17CCC;
}
</style>
background-color css
<style>
a { background-color: #B17CCC; }
a { background-color: rgb(177,124,204); }
div.DivClassName
{
background-color: #B17CCC;
}
.BgClassName
{
background-color: #B17CCC;
}
</style>
border-color css
<style>
span { border-color: #B17CCC; }
span { border-color: rgb(177,124,204); }
td.TdClassName
{
border-color: #B17CCC;
}
.TagClassName
{
border-color: #B17CCC;
}
</style>