Shades of East Side #B48CBC
Tints of East Side #B48CBC
RGB
CMYK
RGB Variations
Color information
#B48CBC (or 0xB48CBC) is known color: East Side. HEX triplet: B4, 8C and BC. RGB value is (180,140,188). Sum of RGB (Red+Green+Blue) = 180+140+188=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #B48CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CBC is #4B7343. Grayscale: #9D9D9D. Windows color (decimal): -4944708 or 12356788. OLE color: 12356788.
HSL color Cylindrical-coordinate representation of color #B48CBC: hue angle of 290º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B48CBC is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 140 | 188 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.26 |
| HSL | 290º | 0.26% | 0.64% | - |
| HSV(B) | 290º | 0.26% | 0.74% | - |
| XYZ | 37.28 | 32.09 | 51.81 | - |
| YUV | 157.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 140 | 188 | 0.04 | 0.26 | 0 | 0.26 | 290 | 0.26 | 0.64 |
| Hex | B4 | 8C | BC | 4 | 1A | 0 | 1A | 122 | 1A | 40 |
| Octal | 264 | 214 | 274 | 4 | 32 | 0 | 32 | 442 | 32 | 100 |
| Binary | 10110100 | 10001100 | 10111100 | 100 | 11010 | 0 | 11010 | 100100010 | 11010 | 1000000 |
Color Harmonies of #B48CBC
Complementary color
Monochromatic Colors of #B48CBC
Black with #B48CBC
Text Example
Text Example
White with #B48CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48CBC; }
p { color: rgb(180,140,188); }
H1.HeaderClassName
{
color: #B48CBC;
}
.AnyTagClassName
{
color: #B48CBC;
}
</style>
background-color css
<style>
a { background-color: #B48CBC; }
a { background-color: rgb(180,140,188); }
div.DivClassName
{
background-color: #B48CBC;
}
.BgClassName
{
background-color: #B48CBC;
}
</style>
border-color css
<style>
span { border-color: #B48CBC; }
span { border-color: rgb(180,140,188); }
td.TdClassName
{
border-color: #B48CBC;
}
.TagClassName
{
border-color: #B48CBC;
}
</style>