Shades of East Side #B48FC2
Tints of East Side #B48FC2
RGB
CMYK
RGB Variations
Color information
#B48FC2 (or 0xB48FC2) is known color: East Side. HEX triplet: B4, 8F and C2. RGB value is (180,143,194). Sum of RGB (Red+Green+Blue) = 180+143+194=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #B48FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48FC2 is #4B703D. Grayscale: #9F9F9F. Windows color (decimal): -4943934 or 12750772. OLE color: 12750772.
HSL color Cylindrical-coordinate representation of color #B48FC2: hue angle of 283.53º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B48FC2 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 143 | 194 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.24 |
| HSL | 283.53º | 0.29% | 0.66% | - |
| HSV(B) | 283.53º | 0.26% | 0.76% | - |
| XYZ | 38.38 | 33.24 | 55.43 | - |
| YUV | 159.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 194 | 0.07 | 0.26 | 0 | 0.24 | 283.53 | 0.29 | 0.66 |
| Hex | B4 | 8F | C2 | 7 | 1A | 0 | 18 | 11C | 1D | 42 |
| Octal | 264 | 217 | 302 | 7 | 32 | 0 | 30 | 434 | 35 | 102 |
| Binary | 10110100 | 10001111 | 11000010 | 111 | 11010 | 0 | 11000 | 100011100 | 11101 | 1000010 |
Color Harmonies of #B48FC2
Complementary color
Monochromatic Colors of #B48FC2
Black with #B48FC2
Text Example
Text Example
White with #B48FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48FC2; }
p { color: rgb(180,143,194); }
H1.HeaderClassName
{
color: #B48FC2;
}
.AnyTagClassName
{
color: #B48FC2;
}
</style>
background-color css
<style>
a { background-color: #B48FC2; }
a { background-color: rgb(180,143,194); }
div.DivClassName
{
background-color: #B48FC2;
}
.BgClassName
{
background-color: #B48FC2;
}
</style>
border-color css
<style>
span { border-color: #B48FC2; }
span { border-color: rgb(180,143,194); }
td.TdClassName
{
border-color: #B48FC2;
}
.TagClassName
{
border-color: #B48FC2;
}
</style>