Shades of East Side #B47BBC
Tints of East Side #B47BBC
RGB
CMYK
RGB Variations
Color information
#B47BBC (or 0xB47BBC) is known color: East Side. HEX triplet: B4, 7B and BC. RGB value is (180,123,188). Sum of RGB (Red+Green+Blue) = 180+123+188=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #B47BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47BBC is #4B8443. Grayscale: #939393. Windows color (decimal): -4949060 or 12352436. OLE color: 12352436.
HSL color Cylindrical-coordinate representation of color #B47BBC: hue angle of 292.62º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B47BBC is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 123 | 188 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.26 |
| HSL | 292.62º | 0.33% | 0.61% | - |
| HSV(B) | 292.62º | 0.35% | 0.74% | - |
| XYZ | 34.98 | 27.5 | 51.04 | - |
| YUV | 147.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 188 | 0.04 | 0.35 | 0 | 0.26 | 292.62 | 0.33 | 0.61 |
| Hex | B4 | 7B | BC | 4 | 23 | 0 | 1A | 125 | 21 | 3D |
| Octal | 264 | 173 | 274 | 4 | 43 | 0 | 32 | 445 | 41 | 75 |
| Binary | 10110100 | 1111011 | 10111100 | 100 | 100011 | 0 | 11010 | 100100101 | 100001 | 111101 |
Color Harmonies of #B47BBC
Complementary color
Monochromatic Colors of #B47BBC
Black with #B47BBC
Text Example
Text Example
White with #B47BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47BBC; }
p { color: rgb(180,123,188); }
H1.HeaderClassName
{
color: #B47BBC;
}
.AnyTagClassName
{
color: #B47BBC;
}
</style>
background-color css
<style>
a { background-color: #B47BBC; }
a { background-color: rgb(180,123,188); }
div.DivClassName
{
background-color: #B47BBC;
}
.BgClassName
{
background-color: #B47BBC;
}
</style>
border-color css
<style>
span { border-color: #B47BBC; }
span { border-color: rgb(180,123,188); }
td.TdClassName
{
border-color: #B47BBC;
}
.TagClassName
{
border-color: #B47BBC;
}
</style>