Shades of Medium Red Violet #B93A8B
Tints of Medium Red Violet #B93A8B
RGB
CMYK
RGB Variations
Color information
#B93A8B (or 0xB93A8B) is known color: Medium Red Violet. HEX triplet: B9, 3A and 8B. RGB value is (185,58,139). Sum of RGB (Red+Green+Blue) = 185+58+139=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93A8B is #46C574. Grayscale: #696969. Windows color (decimal): -4638069 or 9124537. OLE color: 9124537.
HSL color Cylindrical-coordinate representation of color #B93A8B: hue angle of 321.73º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93A8B is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 58 | 139 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.27 |
| HSL | 321.73º | 0.52% | 0.48% | - |
| HSV(B) | 321.73º | 0.69% | 0.73% | - |
| XYZ | 26.18 | 15.2 | 25.98 | - |
| YUV | 105.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 58 | 139 | 0 | 0.69 | 0.25 | 0.27 | 321.73 | 0.52 | 0.48 |
| Hex | B9 | 3A | 8B | 0 | 45 | 19 | 1B | 142 | 34 | 30 |
| Octal | 271 | 72 | 213 | 0 | 105 | 31 | 33 | 502 | 64 | 60 |
| Binary | 10111001 | 111010 | 10001011 | 0 | 1000101 | 11001 | 11011 | 101000010 | 110100 | 110000 |
Color Harmonies of #B93A8B
Complementary color
Monochromatic Colors of #B93A8B
Black with #B93A8B
Text Example
Text Example
White with #B93A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93A8B; }
p { color: rgb(185,58,139); }
H1.HeaderClassName
{
color: #B93A8B;
}
.AnyTagClassName
{
color: #B93A8B;
}
</style>
background-color css
<style>
a { background-color: #B93A8B; }
a { background-color: rgb(185,58,139); }
div.DivClassName
{
background-color: #B93A8B;
}
.BgClassName
{
background-color: #B93A8B;
}
</style>
border-color css
<style>
span { border-color: #B93A8B; }
span { border-color: rgb(185,58,139); }
td.TdClassName
{
border-color: #B93A8B;
}
.TagClassName
{
border-color: #B93A8B;
}
</style>