Shades of Medium Red Violet #B63375
Tints of Medium Red Violet #B63375
RGB
CMYK
RGB Variations
Color information
#B63375 (or 0xB63375) is known color: Medium Red Violet. HEX triplet: B6, 33 and 75. RGB value is (182,51,117). Sum of RGB (Red+Green+Blue) = 182+51+117=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B63375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63375 is #49CC8A. Grayscale: #616161. Windows color (decimal): -4836491 or 7680950. OLE color: 7680950.
HSL color Cylindrical-coordinate representation of color #B63375: hue angle of 329.77º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63375 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 51 | 117 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.29 |
| HSL | 329.77º | 0.56% | 0.46% | - |
| HSV(B) | 329.77º | 0.72% | 0.71% | - |
| XYZ | 23.69 | 13.6 | 18.21 | - |
| YUV | 97.69 | 138.9 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 51 | 117 | 0 | 0.72 | 0.36 | 0.29 | 329.77 | 0.56 | 0.46 |
| Hex | B6 | 33 | 75 | 0 | 48 | 24 | 1D | 14A | 38 | 2E |
| Octal | 266 | 63 | 165 | 0 | 110 | 44 | 35 | 512 | 70 | 56 |
| Binary | 10110110 | 110011 | 1110101 | 0 | 1001000 | 100100 | 11101 | 101001010 | 111000 | 101110 |
Color Harmonies of #B63375
Complementary color
Monochromatic Colors of #B63375
Black with #B63375
Text Example
Text Example
White with #B63375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63375; }
p { color: rgb(182,51,117); }
H1.HeaderClassName
{
color: #B63375;
}
.AnyTagClassName
{
color: #B63375;
}
</style>
background-color css
<style>
a { background-color: #B63375; }
a { background-color: rgb(182,51,117); }
div.DivClassName
{
background-color: #B63375;
}
.BgClassName
{
background-color: #B63375;
}
</style>
border-color css
<style>
span { border-color: #B63375; }
span { border-color: rgb(182,51,117); }
td.TdClassName
{
border-color: #B63375;
}
.TagClassName
{
border-color: #B63375;
}
</style>