Shades of East Side #B47CCD
Tints of East Side #B47CCD
RGB
CMYK
RGB Variations
Color information
#B47CCD (or 0xB47CCD) is known color: East Side. HEX triplet: B4, 7C and CD. RGB value is (180,124,205). Sum of RGB (Red+Green+Blue) = 180+124+205=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #B47CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47CCD is #4B8332. Grayscale: #959595. Windows color (decimal): -4948787 or 13466804. OLE color: 13466804.
HSL color Cylindrical-coordinate representation of color #B47CCD: hue angle of 281.48º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B47CCD is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 124 | 205 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.20 |
| HSL | 281.48º | 0.45% | 0.65% | - |
| HSV(B) | 281.48º | 0.4% | 0.8% | - |
| XYZ | 37.05 | 28.53 | 61.31 | - |
| YUV | 149.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 124 | 205 | 0.12 | 0.40 | 0 | 0.20 | 281.48 | 0.45 | 0.65 |
| Hex | B4 | 7C | CD | C | 28 | 0 | 14 | 119 | 2D | 41 |
| Octal | 264 | 174 | 315 | 14 | 50 | 0 | 24 | 431 | 55 | 101 |
| Binary | 10110100 | 1111100 | 11001101 | 1100 | 101000 | 0 | 10100 | 100011001 | 101101 | 1000001 |
Color Harmonies of #B47CCD
Complementary color
Monochromatic Colors of #B47CCD
Black with #B47CCD
Text Example
Text Example
White with #B47CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47CCD; }
p { color: rgb(180,124,205); }
H1.HeaderClassName
{
color: #B47CCD;
}
.AnyTagClassName
{
color: #B47CCD;
}
</style>
background-color css
<style>
a { background-color: #B47CCD; }
a { background-color: rgb(180,124,205); }
div.DivClassName
{
background-color: #B47CCD;
}
.BgClassName
{
background-color: #B47CCD;
}
</style>
border-color css
<style>
span { border-color: #B47CCD; }
span { border-color: rgb(180,124,205); }
td.TdClassName
{
border-color: #B47CCD;
}
.TagClassName
{
border-color: #B47CCD;
}
</style>