Shades of East Side #B48BC1
Tints of East Side #B48BC1
RGB
CMYK
RGB Variations
Color information
#B48BC1 (or 0xB48BC1) is known color: East Side. HEX triplet: B4, 8B and C1. RGB value is (180,139,193). Sum of RGB (Red+Green+Blue) = 180+139+193=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #B48BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BC1 is #4B743E. Grayscale: #9D9D9D. Windows color (decimal): -4944959 or 12684212. OLE color: 12684212.
HSL color Cylindrical-coordinate representation of color #B48BC1: hue angle of 285.56º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B48BC1 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 139 | 193 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.24 |
| HSL | 285.56º | 0.3% | 0.65% | - |
| HSV(B) | 285.56º | 0.28% | 0.76% | - |
| XYZ | 37.68 | 32.02 | 54.65 | - |
| YUV | 157.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 139 | 193 | 0.07 | 0.28 | 0 | 0.24 | 285.56 | 0.3 | 0.65 |
| Hex | B4 | 8B | C1 | 7 | 1C | 0 | 18 | 11E | 1E | 41 |
| Octal | 264 | 213 | 301 | 7 | 34 | 0 | 30 | 436 | 36 | 101 |
| Binary | 10110100 | 10001011 | 11000001 | 111 | 11100 | 0 | 11000 | 100011110 | 11110 | 1000001 |
Color Harmonies of #B48BC1
Complementary color
Monochromatic Colors of #B48BC1
Black with #B48BC1
Text Example
Text Example
White with #B48BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48BC1; }
p { color: rgb(180,139,193); }
H1.HeaderClassName
{
color: #B48BC1;
}
.AnyTagClassName
{
color: #B48BC1;
}
</style>
background-color css
<style>
a { background-color: #B48BC1; }
a { background-color: rgb(180,139,193); }
div.DivClassName
{
background-color: #B48BC1;
}
.BgClassName
{
background-color: #B48BC1;
}
</style>
border-color css
<style>
span { border-color: #B48BC1; }
span { border-color: rgb(180,139,193); }
td.TdClassName
{
border-color: #B48BC1;
}
.TagClassName
{
border-color: #B48BC1;
}
</style>