Shades of Medium Red Violet #B93F93
Tints of Medium Red Violet #B93F93
RGB
CMYK
RGB Variations
Color information
#B93F93 (or 0xB93F93) is known color: Medium Red Violet. HEX triplet: B9, 3F and 93. RGB value is (185,63,147). Sum of RGB (Red+Green+Blue) = 185+63+147=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93F93 is #46C06C. Grayscale: #6C6C6C. Windows color (decimal): -4636781 or 9650105. OLE color: 9650105.
HSL color Cylindrical-coordinate representation of color #B93F93: hue angle of 318.69º 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 #B93F93 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 147 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.27 |
| HSL | 318.69º | 0.49% | 0.49% | - |
| HSV(B) | 318.69º | 0.66% | 0.73% | - |
| XYZ | 27.05 | 15.98 | 29.26 | - |
| YUV | 109.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 147 | 0 | 0.66 | 0.21 | 0.27 | 318.69 | 0.49 | 0.49 |
| Hex | B9 | 3F | 93 | 0 | 42 | 15 | 1B | 13F | 31 | 31 |
| Octal | 271 | 77 | 223 | 0 | 102 | 25 | 33 | 477 | 61 | 61 |
| Binary | 10111001 | 111111 | 10010011 | 0 | 1000010 | 10101 | 11011 | 100111111 | 110001 | 110001 |
Color Harmonies of #B93F93
Complementary color
Monochromatic Colors of #B93F93
Black with #B93F93
Text Example
Text Example
White with #B93F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F93; }
p { color: rgb(185,63,147); }
H1.HeaderClassName
{
color: #B93F93;
}
.AnyTagClassName
{
color: #B93F93;
}
</style>
background-color css
<style>
a { background-color: #B93F93; }
a { background-color: rgb(185,63,147); }
div.DivClassName
{
background-color: #B93F93;
}
.BgClassName
{
background-color: #B93F93;
}
</style>
border-color css
<style>
span { border-color: #B93F93; }
span { border-color: rgb(185,63,147); }
td.TdClassName
{
border-color: #B93F93;
}
.TagClassName
{
border-color: #B93F93;
}
</style>