Shades of East Side #B47EC1
Tints of East Side #B47EC1
RGB
CMYK
RGB Variations
Color information
#B47EC1 (or 0xB47EC1) is known color: East Side. HEX triplet: B4, 7E and C1. RGB value is (180,126,193). Sum of RGB (Red+Green+Blue) = 180+126+193=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #B47EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47EC1 is #4B813E. Grayscale: #959595. Windows color (decimal): -4948287 or 12680884. OLE color: 12680884.
HSL color Cylindrical-coordinate representation of color #B47EC1: hue angle of 288.36º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B47EC1 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 126 | 193 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.24 |
| HSL | 288.36º | 0.35% | 0.63% | - |
| HSV(B) | 288.36º | 0.35% | 0.76% | - |
| XYZ | 35.91 | 28.48 | 54.06 | - |
| YUV | 149.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 193 | 0.07 | 0.35 | 0 | 0.24 | 288.36 | 0.35 | 0.63 |
| Hex | B4 | 7E | C1 | 7 | 23 | 0 | 18 | 120 | 23 | 3F |
| Octal | 264 | 176 | 301 | 7 | 43 | 0 | 30 | 440 | 43 | 77 |
| Binary | 10110100 | 1111110 | 11000001 | 111 | 100011 | 0 | 11000 | 100100000 | 100011 | 111111 |
Color Harmonies of #B47EC1
Complementary color
Monochromatic Colors of #B47EC1
Black with #B47EC1
Text Example
Text Example
White with #B47EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47EC1; }
p { color: rgb(180,126,193); }
H1.HeaderClassName
{
color: #B47EC1;
}
.AnyTagClassName
{
color: #B47EC1;
}
</style>
background-color css
<style>
a { background-color: #B47EC1; }
a { background-color: rgb(180,126,193); }
div.DivClassName
{
background-color: #B47EC1;
}
.BgClassName
{
background-color: #B47EC1;
}
</style>
border-color css
<style>
span { border-color: #B47EC1; }
span { border-color: rgb(180,126,193); }
td.TdClassName
{
border-color: #B47EC1;
}
.TagClassName
{
border-color: #B47EC1;
}
</style>