Shades of Medium Red Violet #B93582
Tints of Medium Red Violet #B93582
RGB
CMYK
RGB Variations
Color information
#B93582 (or 0xB93582) is known color: Medium Red Violet. HEX triplet: B9, 35 and 82. RGB value is (185,53,130). Sum of RGB (Red+Green+Blue) = 185+53+130=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B93582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93582 is #46CA7D. Grayscale: #656565. Windows color (decimal): -4639358 or 8533433. OLE color: 8533433.
HSL color Cylindrical-coordinate representation of color #B93582: hue angle of 325º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93582 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 130 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.27 |
| HSL | 325º | 0.55% | 0.47% | - |
| HSV(B) | 325º | 0.71% | 0.73% | - |
| XYZ | 25.31 | 14.47 | 22.58 | - |
| YUV | 101.25 | 144.23 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 130 | 0 | 0.71 | 0.30 | 0.27 | 325 | 0.55 | 0.47 |
| Hex | B9 | 35 | 82 | 0 | 47 | 1E | 1B | 145 | 37 | 2F |
| Octal | 271 | 65 | 202 | 0 | 107 | 36 | 33 | 505 | 67 | 57 |
| Binary | 10111001 | 110101 | 10000010 | 0 | 1000111 | 11110 | 11011 | 101000101 | 110111 | 101111 |
Color Harmonies of #B93582
Complementary color
Monochromatic Colors of #B93582
Black with #B93582
Text Example
Text Example
White with #B93582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93582; }
p { color: rgb(185,53,130); }
H1.HeaderClassName
{
color: #B93582;
}
.AnyTagClassName
{
color: #B93582;
}
</style>
background-color css
<style>
a { background-color: #B93582; }
a { background-color: rgb(185,53,130); }
div.DivClassName
{
background-color: #B93582;
}
.BgClassName
{
background-color: #B93582;
}
</style>
border-color css
<style>
span { border-color: #B93582; }
span { border-color: rgb(185,53,130); }
td.TdClassName
{
border-color: #B93582;
}
.TagClassName
{
border-color: #B93582;
}
</style>