Shades of Medium Red Violet #B92A70
Tints of Medium Red Violet #B92A70
RGB
CMYK
RGB Variations
Color information
#B92A70 (or 0xB92A70) is known color: Medium Red Violet. HEX triplet: B9, 2A and 70. RGB value is (185,42,112). Sum of RGB (Red+Green+Blue) = 185+42+112=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92A70 is #46D58F. Grayscale: #5C5C5C. Windows color (decimal): -4642192 or 7350969. OLE color: 7350969.
HSL color Cylindrical-coordinate representation of color #B92A70: hue angle of 330.63º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92A70 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 42 | 112 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.27 |
| HSL | 330.63º | 0.63% | 0.45% | - |
| HSV(B) | 330.63º | 0.77% | 0.73% | - |
| XYZ | 23.76 | 13.14 | 16.61 | - |
| YUV | 92.74 | 138.88 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 112 | 0 | 0.77 | 0.39 | 0.27 | 330.63 | 0.63 | 0.45 |
| Hex | B9 | 2A | 70 | 0 | 4D | 27 | 1B | 14B | 3F | 2D |
| Octal | 271 | 52 | 160 | 0 | 115 | 47 | 33 | 513 | 77 | 55 |
| Binary | 10111001 | 101010 | 1110000 | 0 | 1001101 | 100111 | 11011 | 101001011 | 111111 | 101101 |
Color Harmonies of #B92A70
Complementary color
Monochromatic Colors of #B92A70
Black with #B92A70
Text Example
Text Example
White with #B92A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92A70; }
p { color: rgb(185,42,112); }
H1.HeaderClassName
{
color: #B92A70;
}
.AnyTagClassName
{
color: #B92A70;
}
</style>
background-color css
<style>
a { background-color: #B92A70; }
a { background-color: rgb(185,42,112); }
div.DivClassName
{
background-color: #B92A70;
}
.BgClassName
{
background-color: #B92A70;
}
</style>
border-color css
<style>
span { border-color: #B92A70; }
span { border-color: rgb(185,42,112); }
td.TdClassName
{
border-color: #B92A70;
}
.TagClassName
{
border-color: #B92A70;
}
</style>