Shades of East Side #B57CCC
Tints of East Side #B57CCC
RGB
CMYK
RGB Variations
Color information
#B57CCC (or 0xB57CCC) is known color: East Side. HEX triplet: B5, 7C and CC. RGB value is (181,124,204). Sum of RGB (Red+Green+Blue) = 181+124+204=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #B57CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57CCC is #4A8333. Grayscale: #959595. Windows color (decimal): -4883252 or 13401269. OLE color: 13401269.
HSL color Cylindrical-coordinate representation of color #B57CCC: hue angle of 282.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 #B57CCC is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 124 | 204 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.2 |
| HSL | 282.75º | 0.44% | 0.64% | - |
| HSV(B) | 282.75º | 0.39% | 0.8% | - |
| XYZ | 37.16 | 28.6 | 60.69 | - |
| YUV | 150.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 204 | 0.11 | 0.39 | 0 | 0.2 | 282.75 | 0.44 | 0.64 |
| Hex | B5 | 7C | CC | B | 27 | 0 | 14 | 11B | 2C | 40 |
| Octal | 265 | 174 | 314 | 13 | 47 | 0 | 24 | 433 | 54 | 100 |
| Binary | 10110101 | 1111100 | 11001100 | 1011 | 100111 | 0 | 10100 | 100011011 | 101100 | 1000000 |
Color Harmonies of #B57CCC
Complementary color
Monochromatic Colors of #B57CCC
Black with #B57CCC
Text Example
Text Example
White with #B57CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57CCC; }
p { color: rgb(181,124,204); }
H1.HeaderClassName
{
color: #B57CCC;
}
.AnyTagClassName
{
color: #B57CCC;
}
</style>
background-color css
<style>
a { background-color: #B57CCC; }
a { background-color: rgb(181,124,204); }
div.DivClassName
{
background-color: #B57CCC;
}
.BgClassName
{
background-color: #B57CCC;
}
</style>
border-color css
<style>
span { border-color: #B57CCC; }
span { border-color: rgb(181,124,204); }
td.TdClassName
{
border-color: #B57CCC;
}
.TagClassName
{
border-color: #B57CCC;
}
</style>