Shades of East Side #B48BCB
Tints of East Side #B48BCB
RGB
CMYK
RGB Variations
Color information
#B48BCB (or 0xB48BCB) is known color: East Side. HEX triplet: B4, 8B and CB. RGB value is (180,139,203). Sum of RGB (Red+Green+Blue) = 180+139+203=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #B48BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BCB is #4B7434. Grayscale: #9E9E9E. Windows color (decimal): -4944949 or 13339572. OLE color: 13339572.
HSL color Cylindrical-coordinate representation of color #B48BCB: hue angle of 278.44º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B48BCB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 139 | 203 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.20 |
| HSL | 278.44º | 0.38% | 0.67% | - |
| HSV(B) | 278.44º | 0.32% | 0.8% | - |
| XYZ | 38.83 | 32.48 | 60.72 | - |
| YUV | 158.56 | 153.08 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 139 | 203 | 0.11 | 0.32 | 0 | 0.20 | 278.44 | 0.38 | 0.67 |
| Hex | B4 | 8B | CB | B | 20 | 0 | 14 | 116 | 26 | 43 |
| Octal | 264 | 213 | 313 | 13 | 40 | 0 | 24 | 426 | 46 | 103 |
| Binary | 10110100 | 10001011 | 11001011 | 1011 | 100000 | 0 | 10100 | 100010110 | 100110 | 1000011 |
Color Harmonies of #B48BCB
Complementary color
Monochromatic Colors of #B48BCB
Black with #B48BCB
Text Example
Text Example
White with #B48BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48BCB; }
p { color: rgb(180,139,203); }
H1.HeaderClassName
{
color: #B48BCB;
}
.AnyTagClassName
{
color: #B48BCB;
}
</style>
background-color css
<style>
a { background-color: #B48BCB; }
a { background-color: rgb(180,139,203); }
div.DivClassName
{
background-color: #B48BCB;
}
.BgClassName
{
background-color: #B48BCB;
}
</style>
border-color css
<style>
span { border-color: #B48BCB; }
span { border-color: rgb(180,139,203); }
td.TdClassName
{
border-color: #B48BCB;
}
.TagClassName
{
border-color: #B48BCB;
}
</style>