Shades of Medium Red Violet #B62A8D
Tints of Medium Red Violet #B62A8D
RGB
CMYK
RGB Variations
Color information
#B62A8D (or 0xB62A8D) is known color: Medium Red Violet. HEX triplet: B6, 2A and 8D. RGB value is (182,42,141). Sum of RGB (Red+Green+Blue) = 182+42+141=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62A8D is #49D572. Grayscale: #5E5E5E. Windows color (decimal): -4838771 or 9251510. OLE color: 9251510.
HSL color Cylindrical-coordinate representation of color #B62A8D: hue angle of 317.57º 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 #B62A8D is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 42 | 141 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.29 |
| HSL | 317.57º | 0.63% | 0.44% | - |
| HSV(B) | 317.57º | 0.77% | 0.71% | - |
| XYZ | 24.93 | 13.52 | 26.5 | - |
| YUV | 95.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 42 | 141 | 0 | 0.77 | 0.23 | 0.29 | 317.57 | 0.63 | 0.44 |
| Hex | B6 | 2A | 8D | 0 | 4D | 17 | 1D | 13E | 3E | 2C |
| Octal | 266 | 52 | 215 | 0 | 115 | 27 | 35 | 476 | 76 | 54 |
| Binary | 10110110 | 101010 | 10001101 | 0 | 1001101 | 10111 | 11101 | 100111110 | 111110 | 101100 |
Color Harmonies of #B62A8D
Complementary color
Monochromatic Colors of #B62A8D
Black with #B62A8D
Text Example
Text Example
White with #B62A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62A8D; }
p { color: rgb(182,42,141); }
H1.HeaderClassName
{
color: #B62A8D;
}
.AnyTagClassName
{
color: #B62A8D;
}
</style>
background-color css
<style>
a { background-color: #B62A8D; }
a { background-color: rgb(182,42,141); }
div.DivClassName
{
background-color: #B62A8D;
}
.BgClassName
{
background-color: #B62A8D;
}
</style>
border-color css
<style>
span { border-color: #B62A8D; }
span { border-color: rgb(182,42,141); }
td.TdClassName
{
border-color: #B62A8D;
}
.TagClassName
{
border-color: #B62A8D;
}
</style>