Shades of East Side #B48FCB
Tints of East Side #B48FCB
RGB
CMYK
RGB Variations
Color information
#B48FCB (or 0xB48FCB) is known color: East Side. HEX triplet: B4, 8F and CB. RGB value is (180,143,203). Sum of RGB (Red+Green+Blue) = 180+143+203=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #B48FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48FCB is #4B7034. Grayscale: #A0A0A0. Windows color (decimal): -4943925 or 13340596. OLE color: 13340596.
HSL color Cylindrical-coordinate representation of color #B48FCB: hue angle of 277º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B48FCB is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 143 | 203 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.20 |
| HSL | 277º | 0.37% | 0.68% | - |
| HSV(B) | 277º | 0.3% | 0.8% | - |
| XYZ | 39.42 | 33.66 | 60.92 | - |
| YUV | 160.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 203 | 0.11 | 0.30 | 0 | 0.20 | 277 | 0.37 | 0.68 |
| Hex | B4 | 8F | CB | B | 1E | 0 | 14 | 115 | 25 | 44 |
| Octal | 264 | 217 | 313 | 13 | 36 | 0 | 24 | 425 | 45 | 104 |
| Binary | 10110100 | 10001111 | 11001011 | 1011 | 11110 | 0 | 10100 | 100010101 | 100101 | 1000100 |
Color Harmonies of #B48FCB
Complementary color
Monochromatic Colors of #B48FCB
Black with #B48FCB
Text Example
Text Example
White with #B48FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48FCB; }
p { color: rgb(180,143,203); }
H1.HeaderClassName
{
color: #B48FCB;
}
.AnyTagClassName
{
color: #B48FCB;
}
</style>
background-color css
<style>
a { background-color: #B48FCB; }
a { background-color: rgb(180,143,203); }
div.DivClassName
{
background-color: #B48FCB;
}
.BgClassName
{
background-color: #B48FCB;
}
</style>
border-color css
<style>
span { border-color: #B48FCB; }
span { border-color: rgb(180,143,203); }
td.TdClassName
{
border-color: #B48FCB;
}
.TagClassName
{
border-color: #B48FCB;
}
</style>