Shades of Medium Red Violet #B42D92
Tints of Medium Red Violet #B42D92
RGB
CMYK
RGB Variations
Color information
#B42D92 (or 0xB42D92) is known color: Medium Red Violet. HEX triplet: B4, 2D and 92. RGB value is (180,45,146). Sum of RGB (Red+Green+Blue) = 180+45+146=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D92 is #4BD26D. Grayscale: #606060. Windows color (decimal): -4969070 or 9579956. OLE color: 9579956.
HSL color Cylindrical-coordinate representation of color #B42D92: hue angle of 315.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42D92 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 146 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.29 |
| HSL | 315.11º | 0.6% | 0.44% | - |
| HSV(B) | 315.11º | 0.75% | 0.71% | - |
| XYZ | 24.95 | 13.66 | 28.51 | - |
| YUV | 96.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 146 | 0 | 0.75 | 0.19 | 0.29 | 315.11 | 0.6 | 0.44 |
| Hex | B4 | 2D | 92 | 0 | 4B | 13 | 1D | 13B | 3C | 2C |
| Octal | 264 | 55 | 222 | 0 | 113 | 23 | 35 | 473 | 74 | 54 |
| Binary | 10110100 | 101101 | 10010010 | 0 | 1001011 | 10011 | 11101 | 100111011 | 111100 | 101100 |
Color Harmonies of #B42D92
Complementary color
Monochromatic Colors of #B42D92
Black with #B42D92
Text Example
Text Example
White with #B42D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D92; }
p { color: rgb(180,45,146); }
H1.HeaderClassName
{
color: #B42D92;
}
.AnyTagClassName
{
color: #B42D92;
}
</style>
background-color css
<style>
a { background-color: #B42D92; }
a { background-color: rgb(180,45,146); }
div.DivClassName
{
background-color: #B42D92;
}
.BgClassName
{
background-color: #B42D92;
}
</style>
border-color css
<style>
span { border-color: #B42D92; }
span { border-color: rgb(180,45,146); }
td.TdClassName
{
border-color: #B42D92;
}
.TagClassName
{
border-color: #B42D92;
}
</style>