Shades of East Side #B47DCA
Tints of East Side #B47DCA
RGB
CMYK
RGB Variations
Color information
#B47DCA (or 0xB47DCA) is known color: East Side. HEX triplet: B4, 7D and CA. RGB value is (180,125,202). Sum of RGB (Red+Green+Blue) = 180+125+202=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #B47DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DCA is #4B8235. Grayscale: #959595. Windows color (decimal): -4948534 or 13270452. OLE color: 13270452.
HSL color Cylindrical-coordinate representation of color #B47DCA: hue angle of 282.86º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B47DCA is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 125 | 202 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.21 |
| HSL | 282.86º | 0.42% | 0.64% | - |
| HSV(B) | 282.86º | 0.38% | 0.79% | - |
| XYZ | 36.82 | 28.63 | 59.46 | - |
| YUV | 150.22 | 157.22 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 125 | 202 | 0.11 | 0.38 | 0 | 0.21 | 282.86 | 0.42 | 0.64 |
| Hex | B4 | 7D | CA | B | 26 | 0 | 15 | 11B | 2A | 40 |
| Octal | 264 | 175 | 312 | 13 | 46 | 0 | 25 | 433 | 52 | 100 |
| Binary | 10110100 | 1111101 | 11001010 | 1011 | 100110 | 0 | 10101 | 100011011 | 101010 | 1000000 |
Color Harmonies of #B47DCA
Complementary color
Monochromatic Colors of #B47DCA
Black with #B47DCA
Text Example
Text Example
White with #B47DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47DCA; }
p { color: rgb(180,125,202); }
H1.HeaderClassName
{
color: #B47DCA;
}
.AnyTagClassName
{
color: #B47DCA;
}
</style>
background-color css
<style>
a { background-color: #B47DCA; }
a { background-color: rgb(180,125,202); }
div.DivClassName
{
background-color: #B47DCA;
}
.BgClassName
{
background-color: #B47DCA;
}
</style>
border-color css
<style>
span { border-color: #B47DCA; }
span { border-color: rgb(180,125,202); }
td.TdClassName
{
border-color: #B47DCA;
}
.TagClassName
{
border-color: #B47DCA;
}
</style>