Shades of East Side #B48DC5
Tints of East Side #B48DC5
RGB
CMYK
RGB Variations
Color information
#B48DC5 (or 0xB48DC5) is known color: East Side. HEX triplet: B4, 8D and C5. RGB value is (180,141,197). Sum of RGB (Red+Green+Blue) = 180+141+197=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 197 - color contains mainly: blue. Hex color #B48DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48DC5 is #4B723A. Grayscale: #9E9E9E. Windows color (decimal): -4944443 or 12946868. OLE color: 12946868.
HSL color Cylindrical-coordinate representation of color #B48DC5: hue angle of 281.79º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B48DC5 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 141 | 197 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.23 |
| HSL | 281.79º | 0.33% | 0.66% | - |
| HSV(B) | 281.79º | 0.28% | 0.77% | - |
| XYZ | 38.43 | 32.78 | 57.13 | - |
| YUV | 159.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 197 | 0.09 | 0.28 | 0 | 0.23 | 281.79 | 0.33 | 0.66 |
| Hex | B4 | 8D | C5 | 9 | 1C | 0 | 17 | 11A | 21 | 42 |
| Octal | 264 | 215 | 305 | 11 | 34 | 0 | 27 | 432 | 41 | 102 |
| Binary | 10110100 | 10001101 | 11000101 | 1001 | 11100 | 0 | 10111 | 100011010 | 100001 | 1000010 |
Color Harmonies of #B48DC5
Complementary color
Monochromatic Colors of #B48DC5
Black with #B48DC5
Text Example
Text Example
White with #B48DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48DC5; }
p { color: rgb(180,141,197); }
H1.HeaderClassName
{
color: #B48DC5;
}
.AnyTagClassName
{
color: #B48DC5;
}
</style>
background-color css
<style>
a { background-color: #B48DC5; }
a { background-color: rgb(180,141,197); }
div.DivClassName
{
background-color: #B48DC5;
}
.BgClassName
{
background-color: #B48DC5;
}
</style>
border-color css
<style>
span { border-color: #B48DC5; }
span { border-color: rgb(180,141,197); }
td.TdClassName
{
border-color: #B48DC5;
}
.TagClassName
{
border-color: #B48DC5;
}
</style>