Shades of Shady Lady #B493A3
Tints of Shady Lady #B493A3
RGB
CMYK
RGB Variations
Color information
#B493A3 (or 0xB493A3) is known color: Shady Lady. HEX triplet: B4, 93 and A3. RGB value is (180,147,163). Sum of RGB (Red+Green+Blue) = 180+147+163=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B493A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B493A3 is #4B6C5C. Grayscale: #9E9E9E. Windows color (decimal): -4942941 or 10720180. OLE color: 10720180.
HSL color Cylindrical-coordinate representation of color #B493A3: hue angle of 330.91º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B493A3 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 147 | 163 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.29 |
| HSL | 330.91º | 0.18% | 0.64% | - |
| HSV(B) | 330.91º | 0.18% | 0.71% | - |
| XYZ | 35.87 | 33.22 | 39.17 | - |
| YUV | 158.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 163 | 0 | 0.18 | 0.09 | 0.29 | 330.91 | 0.18 | 0.64 |
| Hex | B4 | 93 | A3 | 0 | 12 | 9 | 1D | 14B | 12 | 40 |
| Octal | 264 | 223 | 243 | 0 | 22 | 11 | 35 | 513 | 22 | 100 |
| Binary | 10110100 | 10010011 | 10100011 | 0 | 10010 | 1001 | 11101 | 101001011 | 10010 | 1000000 |
Color Harmonies of #B493A3
Complementary color
Monochromatic Colors of #B493A3
Black with #B493A3
Text Example
Text Example
White with #B493A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B493A3; }
p { color: rgb(180,147,163); }
H1.HeaderClassName
{
color: #B493A3;
}
.AnyTagClassName
{
color: #B493A3;
}
</style>
background-color css
<style>
a { background-color: #B493A3; }
a { background-color: rgb(180,147,163); }
div.DivClassName
{
background-color: #B493A3;
}
.BgClassName
{
background-color: #B493A3;
}
</style>
border-color css
<style>
span { border-color: #B493A3; }
span { border-color: rgb(180,147,163); }
td.TdClassName
{
border-color: #B493A3;
}
.TagClassName
{
border-color: #B493A3;
}
</style>