Shades of Medium Red Violet #B63D7A
Tints of Medium Red Violet #B63D7A
RGB
CMYK
RGB Variations
Color information
#B63D7A (or 0xB63D7A) is known color: Medium Red Violet. HEX triplet: B6, 3D and 7A. RGB value is (182,61,122). Sum of RGB (Red+Green+Blue) = 182+61+122=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63D7A is #49C285. Grayscale: #686868. Windows color (decimal): -4833926 or 8011190. OLE color: 8011190.
HSL color Cylindrical-coordinate representation of color #B63D7A: hue angle of 329.75º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63D7A is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 122 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.29 |
| HSL | 329.75º | 0.5% | 0.48% | - |
| HSV(B) | 329.75º | 0.66% | 0.71% | - |
| XYZ | 24.47 | 14.69 | 19.96 | - |
| YUV | 104.13 | 138.09 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 122 | 0 | 0.66 | 0.33 | 0.29 | 329.75 | 0.5 | 0.48 |
| Hex | B6 | 3D | 7A | 0 | 42 | 21 | 1D | 14A | 32 | 30 |
| Octal | 266 | 75 | 172 | 0 | 102 | 41 | 35 | 512 | 62 | 60 |
| Binary | 10110110 | 111101 | 1111010 | 0 | 1000010 | 100001 | 11101 | 101001010 | 110010 | 110000 |
Color Harmonies of #B63D7A
Complementary color
Monochromatic Colors of #B63D7A
Black with #B63D7A
Text Example
Text Example
White with #B63D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D7A; }
p { color: rgb(182,61,122); }
H1.HeaderClassName
{
color: #B63D7A;
}
.AnyTagClassName
{
color: #B63D7A;
}
</style>
background-color css
<style>
a { background-color: #B63D7A; }
a { background-color: rgb(182,61,122); }
div.DivClassName
{
background-color: #B63D7A;
}
.BgClassName
{
background-color: #B63D7A;
}
</style>
border-color css
<style>
span { border-color: #B63D7A; }
span { border-color: rgb(182,61,122); }
td.TdClassName
{
border-color: #B63D7A;
}
.TagClassName
{
border-color: #B63D7A;
}
</style>