Shades of Medium Red Violet #B42679
Tints of Medium Red Violet #B42679
RGB
CMYK
RGB Variations
Color information
#B42679 (or 0xB42679) is known color: Medium Red Violet. HEX triplet: B4, 26 and 79. RGB value is (180,38,121). Sum of RGB (Red+Green+Blue) = 180+38+121=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B42679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42679 is #4BD986. Grayscale: #595959. Windows color (decimal): -4970887 or 7939764. OLE color: 7939764.
HSL color Cylindrical-coordinate representation of color #B42679: hue angle of 324.93º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42679 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 121 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.29 |
| HSL | 324.93º | 0.65% | 0.43% | - |
| HSV(B) | 324.93º | 0.79% | 0.71% | - |
| XYZ | 22.97 | 12.47 | 19.29 | - |
| YUV | 89.92 | 145.54 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 121 | 0 | 0.79 | 0.33 | 0.29 | 324.93 | 0.65 | 0.43 |
| Hex | B4 | 26 | 79 | 0 | 4F | 21 | 1D | 145 | 41 | 2B |
| Octal | 264 | 46 | 171 | 0 | 117 | 41 | 35 | 505 | 101 | 53 |
| Binary | 10110100 | 100110 | 1111001 | 0 | 1001111 | 100001 | 11101 | 101000101 | 1000001 | 101011 |
Color Harmonies of #B42679
Complementary color
Monochromatic Colors of #B42679
Black with #B42679
Text Example
Text Example
White with #B42679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42679; }
p { color: rgb(180,38,121); }
H1.HeaderClassName
{
color: #B42679;
}
.AnyTagClassName
{
color: #B42679;
}
</style>
background-color css
<style>
a { background-color: #B42679; }
a { background-color: rgb(180,38,121); }
div.DivClassName
{
background-color: #B42679;
}
.BgClassName
{
background-color: #B42679;
}
</style>
border-color css
<style>
span { border-color: #B42679; }
span { border-color: rgb(180,38,121); }
td.TdClassName
{
border-color: #B42679;
}
.TagClassName
{
border-color: #B42679;
}
</style>