Shades of East Side #B47BDA
Tints of East Side #B47BDA
RGB
CMYK
RGB Variations
Color information
#B47BDA (or 0xB47BDA) is known color: East Side. HEX triplet: B4, 7B and DA. RGB value is (180,123,218). Sum of RGB (Red+Green+Blue) = 180+123+218=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #B47BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47BDA is #4B8425. Grayscale: #969696. Windows color (decimal): -4949030 or 14318516. OLE color: 14318516.
HSL color Cylindrical-coordinate representation of color #B47BDA: hue angle of 276º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B47BDA is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 123 | 218 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.15 |
| HSL | 276º | 0.56% | 0.67% | - |
| HSV(B) | 276º | 0.44% | 0.85% | - |
| XYZ | 38.56 | 28.93 | 69.88 | - |
| YUV | 150.87 | 165.88 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 218 | 0.17 | 0.44 | 0 | 0.15 | 276 | 0.56 | 0.67 |
| Hex | B4 | 7B | DA | 11 | 2C | 0 | F | 114 | 38 | 43 |
| Octal | 264 | 173 | 332 | 21 | 54 | 0 | 17 | 424 | 70 | 103 |
| Binary | 10110100 | 1111011 | 11011010 | 10001 | 101100 | 0 | 1111 | 100010100 | 111000 | 1000011 |
Color Harmonies of #B47BDA
Complementary color
Monochromatic Colors of #B47BDA
Black with #B47BDA
Text Example
Text Example
White with #B47BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47BDA; }
p { color: rgb(180,123,218); }
H1.HeaderClassName
{
color: #B47BDA;
}
.AnyTagClassName
{
color: #B47BDA;
}
</style>
background-color css
<style>
a { background-color: #B47BDA; }
a { background-color: rgb(180,123,218); }
div.DivClassName
{
background-color: #B47BDA;
}
.BgClassName
{
background-color: #B47BDA;
}
</style>
border-color css
<style>
span { border-color: #B47BDA; }
span { border-color: rgb(180,123,218); }
td.TdClassName
{
border-color: #B47BDA;
}
.TagClassName
{
border-color: #B47BDA;
}
</style>