Shades of Medium Red Violet #B62385
Tints of Medium Red Violet #B62385
RGB
CMYK
RGB Variations
Color information
#B62385 (or 0xB62385) is known color: Medium Red Violet. HEX triplet: B6, 23 and 85. RGB value is (182,35,133). Sum of RGB (Red+Green+Blue) = 182+35+133=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B62385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62385 is #49DC7A. Grayscale: #595959. Windows color (decimal): -4840571 or 8725430. OLE color: 8725430.
HSL color Cylindrical-coordinate representation of color #B62385: hue angle of 320º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B62385 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 35 | 133 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.29 |
| HSL | 320º | 0.68% | 0.43% | - |
| HSV(B) | 320º | 0.81% | 0.71% | - |
| XYZ | 24.13 | 12.84 | 23.4 | - |
| YUV | 90.13 | 152.2 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 35 | 133 | 0 | 0.81 | 0.27 | 0.29 | 320 | 0.68 | 0.43 |
| Hex | B6 | 23 | 85 | 0 | 51 | 1B | 1D | 140 | 44 | 2B |
| Octal | 266 | 43 | 205 | 0 | 121 | 33 | 35 | 500 | 104 | 53 |
| Binary | 10110110 | 100011 | 10000101 | 0 | 1010001 | 11011 | 11101 | 101000000 | 1000100 | 101011 |
Color Harmonies of #B62385
Complementary color
Monochromatic Colors of #B62385
Black with #B62385
Text Example
Text Example
White with #B62385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62385; }
p { color: rgb(182,35,133); }
H1.HeaderClassName
{
color: #B62385;
}
.AnyTagClassName
{
color: #B62385;
}
</style>
background-color css
<style>
a { background-color: #B62385; }
a { background-color: rgb(182,35,133); }
div.DivClassName
{
background-color: #B62385;
}
.BgClassName
{
background-color: #B62385;
}
</style>
border-color css
<style>
span { border-color: #B62385; }
span { border-color: rgb(182,35,133); }
td.TdClassName
{
border-color: #B62385;
}
.TagClassName
{
border-color: #B62385;
}
</style>