Shades of Medium Red Violet #B62A83
Tints of Medium Red Violet #B62A83
RGB
CMYK
RGB Variations
Color information
#B62A83 (or 0xB62A83) is known color: Medium Red Violet. HEX triplet: B6, 2A and 83. RGB value is (182,42,131). Sum of RGB (Red+Green+Blue) = 182+42+131=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62A83 is #49D57C. Grayscale: #5D5D5D. Windows color (decimal): -4838781 or 8596150. OLE color: 8596150.
HSL color Cylindrical-coordinate representation of color #B62A83: hue angle of 321.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62A83 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 42 | 131 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.29 |
| HSL | 321.86º | 0.63% | 0.44% | - |
| HSV(B) | 321.86º | 0.77% | 0.71% | - |
| XYZ | 24.22 | 13.24 | 22.75 | - |
| YUV | 94.01 | 148.88 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 42 | 131 | 0 | 0.77 | 0.28 | 0.29 | 321.86 | 0.63 | 0.44 |
| Hex | B6 | 2A | 83 | 0 | 4D | 1C | 1D | 142 | 3E | 2C |
| Octal | 266 | 52 | 203 | 0 | 115 | 34 | 35 | 502 | 76 | 54 |
| Binary | 10110110 | 101010 | 10000011 | 0 | 1001101 | 11100 | 11101 | 101000010 | 111110 | 101100 |
Color Harmonies of #B62A83
Complementary color
Monochromatic Colors of #B62A83
Black with #B62A83
Text Example
Text Example
White with #B62A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62A83; }
p { color: rgb(182,42,131); }
H1.HeaderClassName
{
color: #B62A83;
}
.AnyTagClassName
{
color: #B62A83;
}
</style>
background-color css
<style>
a { background-color: #B62A83; }
a { background-color: rgb(182,42,131); }
div.DivClassName
{
background-color: #B62A83;
}
.BgClassName
{
background-color: #B62A83;
}
</style>
border-color css
<style>
span { border-color: #B62A83; }
span { border-color: rgb(182,42,131); }
td.TdClassName
{
border-color: #B62A83;
}
.TagClassName
{
border-color: #B62A83;
}
</style>