Shades of East Side #B47BCC
Tints of East Side #B47BCC
RGB
CMYK
RGB Variations
Color information
#B47BCC (or 0xB47BCC) is known color: East Side. HEX triplet: B4, 7B and CC. RGB value is (180,123,204). Sum of RGB (Red+Green+Blue) = 180+123+204=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 123 (48.44% from 255 or 24.26% 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 #B47BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47BCC is #4B8433. Grayscale: #959595. Windows color (decimal): -4949044 or 13401012. OLE color: 13401012.
HSL color Cylindrical-coordinate representation of color #B47BCC: hue angle of 282.22º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B47BCC is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 123 | 204 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.2 |
| HSL | 282.22º | 0.44% | 0.64% | - |
| HSV(B) | 282.22º | 0.4% | 0.8% | - |
| XYZ | 36.8 | 28.23 | 60.64 | - |
| YUV | 149.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 204 | 0.12 | 0.40 | 0 | 0.2 | 282.22 | 0.44 | 0.64 |
| Hex | B4 | 7B | CC | C | 28 | 0 | 14 | 11A | 2C | 40 |
| Octal | 264 | 173 | 314 | 14 | 50 | 0 | 24 | 432 | 54 | 100 |
| Binary | 10110100 | 1111011 | 11001100 | 1100 | 101000 | 0 | 10100 | 100011010 | 101100 | 1000000 |
Color Harmonies of #B47BCC
Complementary color
Monochromatic Colors of #B47BCC
Black with #B47BCC
Text Example
Text Example
White with #B47BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47BCC; }
p { color: rgb(180,123,204); }
H1.HeaderClassName
{
color: #B47BCC;
}
.AnyTagClassName
{
color: #B47BCC;
}
</style>
background-color css
<style>
a { background-color: #B47BCC; }
a { background-color: rgb(180,123,204); }
div.DivClassName
{
background-color: #B47BCC;
}
.BgClassName
{
background-color: #B47BCC;
}
</style>
border-color css
<style>
span { border-color: #B47BCC; }
span { border-color: rgb(180,123,204); }
td.TdClassName
{
border-color: #B47BCC;
}
.TagClassName
{
border-color: #B47BCC;
}
</style>