Shades of Medium Red Violet #B83D93
Tints of Medium Red Violet #B83D93
RGB
CMYK
RGB Variations
Color information
#B83D93 (or 0xB83D93) is known color: Medium Red Violet. HEX triplet: B8, 3D and 93. RGB value is (184,61,147). Sum of RGB (Red+Green+Blue) = 184+61+147=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83D93 is #47C26C. Grayscale: #6B6B6B. Windows color (decimal): -4702829 or 9649592. OLE color: 9649592.
HSL color Cylindrical-coordinate representation of color #B83D93: hue angle of 318.05º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83D93 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 147 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.28 |
| HSL | 318.05º | 0.5% | 0.48% | - |
| HSV(B) | 318.05º | 0.67% | 0.72% | - |
| XYZ | 26.7 | 15.63 | 29.21 | - |
| YUV | 107.58 | 150.25 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 147 | 0 | 0.67 | 0.20 | 0.28 | 318.05 | 0.5 | 0.48 |
| Hex | B8 | 3D | 93 | 0 | 43 | 14 | 1C | 13E | 32 | 30 |
| Octal | 270 | 75 | 223 | 0 | 103 | 24 | 34 | 476 | 62 | 60 |
| Binary | 10111000 | 111101 | 10010011 | 0 | 1000011 | 10100 | 11100 | 100111110 | 110010 | 110000 |
Color Harmonies of #B83D93
Complementary color
Monochromatic Colors of #B83D93
Black with #B83D93
Text Example
Text Example
White with #B83D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D93; }
p { color: rgb(184,61,147); }
H1.HeaderClassName
{
color: #B83D93;
}
.AnyTagClassName
{
color: #B83D93;
}
</style>
background-color css
<style>
a { background-color: #B83D93; }
a { background-color: rgb(184,61,147); }
div.DivClassName
{
background-color: #B83D93;
}
.BgClassName
{
background-color: #B83D93;
}
</style>
border-color css
<style>
span { border-color: #B83D93; }
span { border-color: rgb(184,61,147); }
td.TdClassName
{
border-color: #B83D93;
}
.TagClassName
{
border-color: #B83D93;
}
</style>