Shades of Medium Red Violet #B93F8D
Tints of Medium Red Violet #B93F8D
RGB
CMYK
RGB Variations
Color information
#B93F8D (or 0xB93F8D) is known color: Medium Red Violet. HEX triplet: B9, 3F and 8D. RGB value is (185,63,141). Sum of RGB (Red+Green+Blue) = 185+63+141=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93F8D is #46C072. Grayscale: #6C6C6C. Windows color (decimal): -4636787 or 9256889. OLE color: 9256889.
HSL color Cylindrical-coordinate representation of color #B93F8D: hue angle of 321.64º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93F8D is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 141 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.27 |
| HSL | 321.64º | 0.49% | 0.49% | - |
| HSV(B) | 321.64º | 0.66% | 0.73% | - |
| XYZ | 26.59 | 15.79 | 26.85 | - |
| YUV | 108.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 141 | 0 | 0.66 | 0.24 | 0.27 | 321.64 | 0.49 | 0.49 |
| Hex | B9 | 3F | 8D | 0 | 42 | 18 | 1B | 142 | 31 | 31 |
| Octal | 271 | 77 | 215 | 0 | 102 | 30 | 33 | 502 | 61 | 61 |
| Binary | 10111001 | 111111 | 10001101 | 0 | 1000010 | 11000 | 11011 | 101000010 | 110001 | 110001 |
Color Harmonies of #B93F8D
Complementary color
Monochromatic Colors of #B93F8D
Black with #B93F8D
Text Example
Text Example
White with #B93F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F8D; }
p { color: rgb(185,63,141); }
H1.HeaderClassName
{
color: #B93F8D;
}
.AnyTagClassName
{
color: #B93F8D;
}
</style>
background-color css
<style>
a { background-color: #B93F8D; }
a { background-color: rgb(185,63,141); }
div.DivClassName
{
background-color: #B93F8D;
}
.BgClassName
{
background-color: #B93F8D;
}
</style>
border-color css
<style>
span { border-color: #B93F8D; }
span { border-color: rgb(185,63,141); }
td.TdClassName
{
border-color: #B93F8D;
}
.TagClassName
{
border-color: #B93F8D;
}
</style>