Shades of Medium Red Violet #B63F7D
Tints of Medium Red Violet #B63F7D
RGB
CMYK
RGB Variations
Color information
#B63F7D (or 0xB63F7D) is known color: Medium Red Violet. HEX triplet: B6, 3F and 7D. RGB value is (182,63,125). Sum of RGB (Red+Green+Blue) = 182+63+125=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63F7D is #49C082. Grayscale: #696969. Windows color (decimal): -4833411 or 8208310. OLE color: 8208310.
HSL color Cylindrical-coordinate representation of color #B63F7D: hue angle of 328.74º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63F7D is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 125 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.29 |
| HSL | 328.74º | 0.49% | 0.48% | - |
| HSV(B) | 328.74º | 0.65% | 0.71% | - |
| XYZ | 24.77 | 14.98 | 20.99 | - |
| YUV | 105.65 | 138.92 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 125 | 0 | 0.65 | 0.31 | 0.29 | 328.74 | 0.49 | 0.48 |
| Hex | B6 | 3F | 7D | 0 | 41 | 1F | 1D | 149 | 31 | 30 |
| Octal | 266 | 77 | 175 | 0 | 101 | 37 | 35 | 511 | 61 | 60 |
| Binary | 10110110 | 111111 | 1111101 | 0 | 1000001 | 11111 | 11101 | 101001001 | 110001 | 110000 |
Color Harmonies of #B63F7D
Complementary color
Monochromatic Colors of #B63F7D
Black with #B63F7D
Text Example
Text Example
White with #B63F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F7D; }
p { color: rgb(182,63,125); }
H1.HeaderClassName
{
color: #B63F7D;
}
.AnyTagClassName
{
color: #B63F7D;
}
</style>
background-color css
<style>
a { background-color: #B63F7D; }
a { background-color: rgb(182,63,125); }
div.DivClassName
{
background-color: #B63F7D;
}
.BgClassName
{
background-color: #B63F7D;
}
</style>
border-color css
<style>
span { border-color: #B63F7D; }
span { border-color: rgb(182,63,125); }
td.TdClassName
{
border-color: #B63F7D;
}
.TagClassName
{
border-color: #B63F7D;
}
</style>