Shades of Medium Red Violet #B92A8D
Tints of Medium Red Violet #B92A8D
RGB
CMYK
RGB Variations
Color information
#B92A8D (or 0xB92A8D) is known color: Medium Red Violet. HEX triplet: B9, 2A and 8D. RGB value is (185,42,141). Sum of RGB (Red+Green+Blue) = 185+42+141=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92A8D is #46D572. Grayscale: #5F5F5F. Windows color (decimal): -4642163 or 9251513. OLE color: 9251513.
HSL color Cylindrical-coordinate representation of color #B92A8D: hue angle of 318.46º 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 #B92A8D is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 42 | 141 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.27 |
| HSL | 318.46º | 0.63% | 0.45% | - |
| HSV(B) | 318.46º | 0.77% | 0.73% | - |
| XYZ | 25.64 | 13.89 | 26.53 | - |
| YUV | 96.04 | 153.38 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 141 | 0 | 0.77 | 0.24 | 0.27 | 318.46 | 0.63 | 0.45 |
| Hex | B9 | 2A | 8D | 0 | 4D | 18 | 1B | 13E | 3F | 2D |
| Octal | 271 | 52 | 215 | 0 | 115 | 30 | 33 | 476 | 77 | 55 |
| Binary | 10111001 | 101010 | 10001101 | 0 | 1001101 | 11000 | 11011 | 100111110 | 111111 | 101101 |
Color Harmonies of #B92A8D
Complementary color
Monochromatic Colors of #B92A8D
Black with #B92A8D
Text Example
Text Example
White with #B92A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92A8D; }
p { color: rgb(185,42,141); }
H1.HeaderClassName
{
color: #B92A8D;
}
.AnyTagClassName
{
color: #B92A8D;
}
</style>
background-color css
<style>
a { background-color: #B92A8D; }
a { background-color: rgb(185,42,141); }
div.DivClassName
{
background-color: #B92A8D;
}
.BgClassName
{
background-color: #B92A8D;
}
</style>
border-color css
<style>
span { border-color: #B92A8D; }
span { border-color: rgb(185,42,141); }
td.TdClassName
{
border-color: #B92A8D;
}
.TagClassName
{
border-color: #B92A8D;
}
</style>