Shades of East Side #B47CCB
Tints of East Side #B47CCB
RGB
CMYK
RGB Variations
Color information
#B47CCB (or 0xB47CCB) is known color: East Side. HEX triplet: B4, 7C and CB. RGB value is (180,124,203). Sum of RGB (Red+Green+Blue) = 180+124+203=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #B47CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47CCB is #4B8334. Grayscale: #959595. Windows color (decimal): -4948789 or 13335732. OLE color: 13335732.
HSL color Cylindrical-coordinate representation of color #B47CCB: hue angle of 282.53º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B47CCB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 124 | 203 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.20 |
| HSL | 282.53º | 0.43% | 0.64% | - |
| HSV(B) | 282.53º | 0.39% | 0.8% | - |
| XYZ | 36.81 | 28.43 | 60.05 | - |
| YUV | 149.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 124 | 203 | 0.11 | 0.39 | 0 | 0.20 | 282.53 | 0.43 | 0.64 |
| Hex | B4 | 7C | CB | B | 27 | 0 | 14 | 11B | 2B | 40 |
| Octal | 264 | 174 | 313 | 13 | 47 | 0 | 24 | 433 | 53 | 100 |
| Binary | 10110100 | 1111100 | 11001011 | 1011 | 100111 | 0 | 10100 | 100011011 | 101011 | 1000000 |
Color Harmonies of #B47CCB
Complementary color
Monochromatic Colors of #B47CCB
Black with #B47CCB
Text Example
Text Example
White with #B47CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47CCB; }
p { color: rgb(180,124,203); }
H1.HeaderClassName
{
color: #B47CCB;
}
.AnyTagClassName
{
color: #B47CCB;
}
</style>
background-color css
<style>
a { background-color: #B47CCB; }
a { background-color: rgb(180,124,203); }
div.DivClassName
{
background-color: #B47CCB;
}
.BgClassName
{
background-color: #B47CCB;
}
</style>
border-color css
<style>
span { border-color: #B47CCB; }
span { border-color: rgb(180,124,203); }
td.TdClassName
{
border-color: #B47CCB;
}
.TagClassName
{
border-color: #B47CCB;
}
</style>