Shades of East Side #B47BCD
Tints of East Side #B47BCD
RGB
CMYK
RGB Variations
Color information
#B47BCD (or 0xB47BCD) is known color: East Side. HEX triplet: B4, 7B and CD. RGB value is (180,123,205). Sum of RGB (Red+Green+Blue) = 180+123+205=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #B47BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47BCD is #4B8432. Grayscale: #959595. Windows color (decimal): -4949043 or 13466548. OLE color: 13466548.
HSL color Cylindrical-coordinate representation of color #B47BCD: hue angle of 281.71º degrees, saturation: 0.45, 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 #B47BCD is Cyan = 0.12, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 123 | 205 | - |
| CMYK | 0.12 | 0.4 | 0 | 0.20 |
| HSL | 281.71º | 0.45% | 0.64% | - |
| HSV(B) | 281.71º | 0.4% | 0.8% | - |
| XYZ | 36.92 | 28.28 | 61.27 | - |
| YUV | 149.39 | 159.38 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 205 | 0.12 | 0.4 | 0 | 0.20 | 281.71 | 0.45 | 0.64 |
| Hex | B4 | 7B | CD | C | 28 | 0 | 14 | 11A | 2D | 40 |
| Octal | 264 | 173 | 315 | 14 | 50 | 0 | 24 | 432 | 55 | 100 |
| Binary | 10110100 | 1111011 | 11001101 | 1100 | 101000 | 0 | 10100 | 100011010 | 101101 | 1000000 |
Color Harmonies of #B47BCD
Complementary color
Monochromatic Colors of #B47BCD
Black with #B47BCD
Text Example
Text Example
White with #B47BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47BCD; }
p { color: rgb(180,123,205); }
H1.HeaderClassName
{
color: #B47BCD;
}
.AnyTagClassName
{
color: #B47BCD;
}
</style>
background-color css
<style>
a { background-color: #B47BCD; }
a { background-color: rgb(180,123,205); }
div.DivClassName
{
background-color: #B47BCD;
}
.BgClassName
{
background-color: #B47BCD;
}
</style>
border-color css
<style>
span { border-color: #B47BCD; }
span { border-color: rgb(180,123,205); }
td.TdClassName
{
border-color: #B47BCD;
}
.TagClassName
{
border-color: #B47BCD;
}
</style>