Shades of Medium Red Violet #B62B85
Tints of Medium Red Violet #B62B85
RGB
CMYK
RGB Variations
Color information
#B62B85 (or 0xB62B85) is known color: Medium Red Violet. HEX triplet: B6, 2B and 85. RGB value is (182,43,133). Sum of RGB (Red+Green+Blue) = 182+43+133=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62B85 is #49D47A. Grayscale: #5E5E5E. Windows color (decimal): -4838523 or 8727478. OLE color: 8727478.
HSL color Cylindrical-coordinate representation of color #B62B85: hue angle of 321.15º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62B85 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 43 | 133 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.29 |
| HSL | 321.15º | 0.62% | 0.44% | - |
| HSV(B) | 321.15º | 0.76% | 0.71% | - |
| XYZ | 24.39 | 13.37 | 23.48 | - |
| YUV | 94.82 | 149.55 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 43 | 133 | 0 | 0.76 | 0.27 | 0.29 | 321.15 | 0.62 | 0.44 |
| Hex | B6 | 2B | 85 | 0 | 4C | 1B | 1D | 141 | 3E | 2C |
| Octal | 266 | 53 | 205 | 0 | 114 | 33 | 35 | 501 | 76 | 54 |
| Binary | 10110110 | 101011 | 10000101 | 0 | 1001100 | 11011 | 11101 | 101000001 | 111110 | 101100 |
Color Harmonies of #B62B85
Complementary color
Monochromatic Colors of #B62B85
Black with #B62B85
Text Example
Text Example
White with #B62B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62B85; }
p { color: rgb(182,43,133); }
H1.HeaderClassName
{
color: #B62B85;
}
.AnyTagClassName
{
color: #B62B85;
}
</style>
background-color css
<style>
a { background-color: #B62B85; }
a { background-color: rgb(182,43,133); }
div.DivClassName
{
background-color: #B62B85;
}
.BgClassName
{
background-color: #B62B85;
}
</style>
border-color css
<style>
span { border-color: #B62B85; }
span { border-color: rgb(182,43,133); }
td.TdClassName
{
border-color: #B62B85;
}
.TagClassName
{
border-color: #B62B85;
}
</style>