Shades of East Side #B48FCC
Tints of East Side #B48FCC
RGB
CMYK
RGB Variations
Color information
#B48FCC (or 0xB48FCC) is known color: East Side. HEX triplet: B4, 8F and CC. RGB value is (180,143,204). Sum of RGB (Red+Green+Blue) = 180+143+204=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #B48FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48FCC is #4B7033. Grayscale: #A0A0A0. Windows color (decimal): -4943924 or 13406132. OLE color: 13406132.
HSL color Cylindrical-coordinate representation of color #B48FCC: hue angle of 276.39º 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 #B48FCC is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 143 | 204 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.2 |
| HSL | 276.39º | 0.37% | 0.68% | - |
| HSV(B) | 276.39º | 0.3% | 0.8% | - |
| XYZ | 39.54 | 33.71 | 61.55 | - |
| YUV | 161.02 | 152.26 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 204 | 0.12 | 0.30 | 0 | 0.2 | 276.39 | 0.37 | 0.68 |
| Hex | B4 | 8F | CC | C | 1E | 0 | 14 | 114 | 25 | 44 |
| Octal | 264 | 217 | 314 | 14 | 36 | 0 | 24 | 424 | 45 | 104 |
| Binary | 10110100 | 10001111 | 11001100 | 1100 | 11110 | 0 | 10100 | 100010100 | 100101 | 1000100 |
Color Harmonies of #B48FCC
Complementary color
Monochromatic Colors of #B48FCC
Black with #B48FCC
Text Example
Text Example
White with #B48FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48FCC; }
p { color: rgb(180,143,204); }
H1.HeaderClassName
{
color: #B48FCC;
}
.AnyTagClassName
{
color: #B48FCC;
}
</style>
background-color css
<style>
a { background-color: #B48FCC; }
a { background-color: rgb(180,143,204); }
div.DivClassName
{
background-color: #B48FCC;
}
.BgClassName
{
background-color: #B48FCC;
}
</style>
border-color css
<style>
span { border-color: #B48FCC; }
span { border-color: rgb(180,143,204); }
td.TdClassName
{
border-color: #B48FCC;
}
.TagClassName
{
border-color: #B48FCC;
}
</style>