Shades of East Side #B48DC2
Tints of East Side #B48DC2
RGB
CMYK
RGB Variations
Color information
#B48DC2 (or 0xB48DC2) is known color: East Side. HEX triplet: B4, 8D and C2. RGB value is (180,141,194). Sum of RGB (Red+Green+Blue) = 180+141+194=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 194 - color contains mainly: blue. Hex color #B48DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48DC2 is #4B723D. Grayscale: #9E9E9E. Windows color (decimal): -4944446 or 12750260. OLE color: 12750260.
HSL color Cylindrical-coordinate representation of color #B48DC2: hue angle of 284.15º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B48DC2 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 141 | 194 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.24 |
| HSL | 284.15º | 0.3% | 0.66% | - |
| HSV(B) | 284.15º | 0.27% | 0.76% | - |
| XYZ | 38.08 | 32.65 | 55.33 | - |
| YUV | 158.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 194 | 0.07 | 0.27 | 0 | 0.24 | 284.15 | 0.3 | 0.66 |
| Hex | B4 | 8D | C2 | 7 | 1B | 0 | 18 | 11C | 1E | 42 |
| Octal | 264 | 215 | 302 | 7 | 33 | 0 | 30 | 434 | 36 | 102 |
| Binary | 10110100 | 10001101 | 11000010 | 111 | 11011 | 0 | 11000 | 100011100 | 11110 | 1000010 |
Color Harmonies of #B48DC2
Complementary color
Monochromatic Colors of #B48DC2
Black with #B48DC2
Text Example
Text Example
White with #B48DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48DC2; }
p { color: rgb(180,141,194); }
H1.HeaderClassName
{
color: #B48DC2;
}
.AnyTagClassName
{
color: #B48DC2;
}
</style>
background-color css
<style>
a { background-color: #B48DC2; }
a { background-color: rgb(180,141,194); }
div.DivClassName
{
background-color: #B48DC2;
}
.BgClassName
{
background-color: #B48DC2;
}
</style>
border-color css
<style>
span { border-color: #B48DC2; }
span { border-color: rgb(180,141,194); }
td.TdClassName
{
border-color: #B48DC2;
}
.TagClassName
{
border-color: #B48DC2;
}
</style>