Shades of East Side #B47DCB
Tints of East Side #B47DCB
RGB
CMYK
RGB Variations
Color information
#B47DCB (or 0xB47DCB) is known color: East Side. HEX triplet: B4, 7D and CB. RGB value is (180,125,203). Sum of RGB (Red+Green+Blue) = 180+125+203=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #B47DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DCB is #4B8234. Grayscale: #969696. Windows color (decimal): -4948533 or 13335988. OLE color: 13335988.
HSL color Cylindrical-coordinate representation of color #B47DCB: hue angle of 282.31º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B47DCB is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 125 | 203 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.20 |
| HSL | 282.31º | 0.43% | 0.64% | - |
| HSV(B) | 282.31º | 0.38% | 0.8% | - |
| XYZ | 36.94 | 28.68 | 60.09 | - |
| YUV | 150.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 125 | 203 | 0.11 | 0.38 | 0 | 0.20 | 282.31 | 0.43 | 0.64 |
| Hex | B4 | 7D | CB | B | 26 | 0 | 14 | 11A | 2B | 40 |
| Octal | 264 | 175 | 313 | 13 | 46 | 0 | 24 | 432 | 53 | 100 |
| Binary | 10110100 | 1111101 | 11001011 | 1011 | 100110 | 0 | 10100 | 100011010 | 101011 | 1000000 |
Color Harmonies of #B47DCB
Complementary color
Monochromatic Colors of #B47DCB
Black with #B47DCB
Text Example
Text Example
White with #B47DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47DCB; }
p { color: rgb(180,125,203); }
H1.HeaderClassName
{
color: #B47DCB;
}
.AnyTagClassName
{
color: #B47DCB;
}
</style>
background-color css
<style>
a { background-color: #B47DCB; }
a { background-color: rgb(180,125,203); }
div.DivClassName
{
background-color: #B47DCB;
}
.BgClassName
{
background-color: #B47DCB;
}
</style>
border-color css
<style>
span { border-color: #B47DCB; }
span { border-color: rgb(180,125,203); }
td.TdClassName
{
border-color: #B47DCB;
}
.TagClassName
{
border-color: #B47DCB;
}
</style>