Shades of Medium Red Violet #B42680
Tints of Medium Red Violet #B42680
RGB
CMYK
RGB Variations
Color information
#B42680 (or 0xB42680) is known color: Medium Red Violet. HEX triplet: B4, 26 and 80. RGB value is (180,38,128). Sum of RGB (Red+Green+Blue) = 180+38+128=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B42680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42680 is #4BD97F. Grayscale: #5A5A5A. Windows color (decimal): -4970880 or 8398516. OLE color: 8398516.
HSL color Cylindrical-coordinate representation of color #B42680: hue angle of 321.97º 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 #B42680 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 128 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.29 |
| HSL | 321.97º | 0.65% | 0.43% | - |
| HSV(B) | 321.97º | 0.79% | 0.71% | - |
| XYZ | 23.41 | 12.65 | 21.63 | - |
| YUV | 90.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 128 | 0 | 0.79 | 0.29 | 0.29 | 321.97 | 0.65 | 0.43 |
| Hex | B4 | 26 | 80 | 0 | 4F | 1D | 1D | 142 | 41 | 2B |
| Octal | 264 | 46 | 200 | 0 | 117 | 35 | 35 | 502 | 101 | 53 |
| Binary | 10110100 | 100110 | 10000000 | 0 | 1001111 | 11101 | 11101 | 101000010 | 1000001 | 101011 |
Color Harmonies of #B42680
Complementary color
Monochromatic Colors of #B42680
Black with #B42680
Text Example
Text Example
White with #B42680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42680; }
p { color: rgb(180,38,128); }
H1.HeaderClassName
{
color: #B42680;
}
.AnyTagClassName
{
color: #B42680;
}
</style>
background-color css
<style>
a { background-color: #B42680; }
a { background-color: rgb(180,38,128); }
div.DivClassName
{
background-color: #B42680;
}
.BgClassName
{
background-color: #B42680;
}
</style>
border-color css
<style>
span { border-color: #B42680; }
span { border-color: rgb(180,38,128); }
td.TdClassName
{
border-color: #B42680;
}
.TagClassName
{
border-color: #B42680;
}
</style>