Shades of Medium Red Violet #B93883
Tints of Medium Red Violet #B93883
RGB
CMYK
RGB Variations
Color information
#B93883 (or 0xB93883) is known color: Medium Red Violet. HEX triplet: B9, 38 and 83. RGB value is (185,56,131). Sum of RGB (Red+Green+Blue) = 185+56+131=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B93883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93883 is #46C77C. Grayscale: #666666. Windows color (decimal): -4638589 or 8599737. OLE color: 8599737.
HSL color Cylindrical-coordinate representation of color #B93883: hue angle of 325.12º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93883 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 131 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.27 |
| HSL | 325.12º | 0.54% | 0.47% | - |
| HSV(B) | 325.12º | 0.7% | 0.73% | - |
| XYZ | 25.52 | 14.78 | 22.98 | - |
| YUV | 103.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 131 | 0 | 0.70 | 0.29 | 0.27 | 325.12 | 0.54 | 0.47 |
| Hex | B9 | 38 | 83 | 0 | 46 | 1D | 1B | 145 | 36 | 2F |
| Octal | 271 | 70 | 203 | 0 | 106 | 35 | 33 | 505 | 66 | 57 |
| Binary | 10111001 | 111000 | 10000011 | 0 | 1000110 | 11101 | 11011 | 101000101 | 110110 | 101111 |
Color Harmonies of #B93883
Complementary color
Monochromatic Colors of #B93883
Black with #B93883
Text Example
Text Example
White with #B93883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93883; }
p { color: rgb(185,56,131); }
H1.HeaderClassName
{
color: #B93883;
}
.AnyTagClassName
{
color: #B93883;
}
</style>
background-color css
<style>
a { background-color: #B93883; }
a { background-color: rgb(185,56,131); }
div.DivClassName
{
background-color: #B93883;
}
.BgClassName
{
background-color: #B93883;
}
</style>
border-color css
<style>
span { border-color: #B93883; }
span { border-color: rgb(185,56,131); }
td.TdClassName
{
border-color: #B93883;
}
.TagClassName
{
border-color: #B93883;
}
</style>