Shades of East Side #B47AC1
Tints of East Side #B47AC1
RGB
CMYK
RGB Variations
Color information
#B47AC1 (or 0xB47AC1) is known color: East Side. HEX triplet: B4, 7A and C1. RGB value is (180,122,193). Sum of RGB (Red+Green+Blue) = 180+122+193=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #B47AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47AC1 is #4B853E. Grayscale: #939393. Windows color (decimal): -4949311 or 12679860. OLE color: 12679860.
HSL color Cylindrical-coordinate representation of color #B47AC1: hue angle of 289.01º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B47AC1 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 122 | 193 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.24 |
| HSL | 289.01º | 0.36% | 0.62% | - |
| HSV(B) | 289.01º | 0.37% | 0.76% | - |
| XYZ | 35.41 | 27.47 | 53.89 | - |
| YUV | 147.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 193 | 0.07 | 0.37 | 0 | 0.24 | 289.01 | 0.36 | 0.62 |
| Hex | B4 | 7A | C1 | 7 | 25 | 0 | 18 | 121 | 24 | 3E |
| Octal | 264 | 172 | 301 | 7 | 45 | 0 | 30 | 441 | 44 | 76 |
| Binary | 10110100 | 1111010 | 11000001 | 111 | 100101 | 0 | 11000 | 100100001 | 100100 | 111110 |
Color Harmonies of #B47AC1
Complementary color
Monochromatic Colors of #B47AC1
Black with #B47AC1
Text Example
Text Example
White with #B47AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47AC1; }
p { color: rgb(180,122,193); }
H1.HeaderClassName
{
color: #B47AC1;
}
.AnyTagClassName
{
color: #B47AC1;
}
</style>
background-color css
<style>
a { background-color: #B47AC1; }
a { background-color: rgb(180,122,193); }
div.DivClassName
{
background-color: #B47AC1;
}
.BgClassName
{
background-color: #B47AC1;
}
</style>
border-color css
<style>
span { border-color: #B47AC1; }
span { border-color: rgb(180,122,193); }
td.TdClassName
{
border-color: #B47AC1;
}
.TagClassName
{
border-color: #B47AC1;
}
</style>