Shades of Medium Red Violet #B92A8A
Tints of Medium Red Violet #B92A8A
RGB
CMYK
RGB Variations
Color information
#B92A8A (or 0xB92A8A) is known color: Medium Red Violet. HEX triplet: B9, 2A and 8A. RGB value is (185,42,138). Sum of RGB (Red+Green+Blue) = 185+42+138=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92A8A is #46D575. Grayscale: #5F5F5F. Windows color (decimal): -4642166 or 9054905. OLE color: 9054905.
HSL color Cylindrical-coordinate representation of color #B92A8A: hue angle of 319.72º 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 #B92A8A is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 42 | 138 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.27 |
| HSL | 319.72º | 0.63% | 0.45% | - |
| HSV(B) | 319.72º | 0.77% | 0.73% | - |
| XYZ | 25.42 | 13.81 | 25.37 | - |
| YUV | 95.7 | 151.88 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 138 | 0 | 0.77 | 0.25 | 0.27 | 319.72 | 0.63 | 0.45 |
| Hex | B9 | 2A | 8A | 0 | 4D | 19 | 1B | 140 | 3F | 2D |
| Octal | 271 | 52 | 212 | 0 | 115 | 31 | 33 | 500 | 77 | 55 |
| Binary | 10111001 | 101010 | 10001010 | 0 | 1001101 | 11001 | 11011 | 101000000 | 111111 | 101101 |
Color Harmonies of #B92A8A
Complementary color
Monochromatic Colors of #B92A8A
Black with #B92A8A
Text Example
Text Example
White with #B92A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92A8A; }
p { color: rgb(185,42,138); }
H1.HeaderClassName
{
color: #B92A8A;
}
.AnyTagClassName
{
color: #B92A8A;
}
</style>
background-color css
<style>
a { background-color: #B92A8A; }
a { background-color: rgb(185,42,138); }
div.DivClassName
{
background-color: #B92A8A;
}
.BgClassName
{
background-color: #B92A8A;
}
</style>
border-color css
<style>
span { border-color: #B92A8A; }
span { border-color: rgb(185,42,138); }
td.TdClassName
{
border-color: #B92A8A;
}
.TagClassName
{
border-color: #B92A8A;
}
</style>