Shades of Medium Red Violet #B93D84
Tints of Medium Red Violet #B93D84
RGB
CMYK
RGB Variations
Color information
#B93D84 (or 0xB93D84) is known color: Medium Red Violet. HEX triplet: B9, 3D and 84. RGB value is (185,61,132). Sum of RGB (Red+Green+Blue) = 185+61+132=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93D84 is #46C27B. Grayscale: #6A6A6A. Windows color (decimal): -4637308 or 8666553. OLE color: 8666553.
HSL color Cylindrical-coordinate representation of color #B93D84: hue angle of 325.65º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B93D84 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 132 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.27 |
| HSL | 325.65º | 0.5% | 0.48% | - |
| HSV(B) | 325.65º | 0.67% | 0.73% | - |
| XYZ | 25.84 | 15.32 | 23.42 | - |
| YUV | 106.17 | 142.58 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 132 | 0 | 0.67 | 0.29 | 0.27 | 325.65 | 0.5 | 0.48 |
| Hex | B9 | 3D | 84 | 0 | 43 | 1D | 1B | 146 | 32 | 30 |
| Octal | 271 | 75 | 204 | 0 | 103 | 35 | 33 | 506 | 62 | 60 |
| Binary | 10111001 | 111101 | 10000100 | 0 | 1000011 | 11101 | 11011 | 101000110 | 110010 | 110000 |
Color Harmonies of #B93D84
Complementary color
Monochromatic Colors of #B93D84
Black with #B93D84
Text Example
Text Example
White with #B93D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93D84; }
p { color: rgb(185,61,132); }
H1.HeaderClassName
{
color: #B93D84;
}
.AnyTagClassName
{
color: #B93D84;
}
</style>
background-color css
<style>
a { background-color: #B93D84; }
a { background-color: rgb(185,61,132); }
div.DivClassName
{
background-color: #B93D84;
}
.BgClassName
{
background-color: #B93D84;
}
</style>
border-color css
<style>
span { border-color: #B93D84; }
span { border-color: rgb(185,61,132); }
td.TdClassName
{
border-color: #B93D84;
}
.TagClassName
{
border-color: #B93D84;
}
</style>