Shades of Medium Red Violet #B63D8A
Tints of Medium Red Violet #B63D8A
RGB
CMYK
RGB Variations
Color information
#B63D8A (or 0xB63D8A) is known color: Medium Red Violet. HEX triplet: B6, 3D and 8A. RGB value is (182,61,138). Sum of RGB (Red+Green+Blue) = 182+61+138=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63D8A is #49C275. Grayscale: #696969. Windows color (decimal): -4833910 or 9059766. OLE color: 9059766.
HSL color Cylindrical-coordinate representation of color #B63D8A: hue angle of 321.82º 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 #B63D8A is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 138 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.29 |
| HSL | 321.82º | 0.5% | 0.48% | - |
| HSV(B) | 321.82º | 0.66% | 0.71% | - |
| XYZ | 25.55 | 15.12 | 25.62 | - |
| YUV | 105.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 138 | 0 | 0.66 | 0.24 | 0.29 | 321.82 | 0.5 | 0.48 |
| Hex | B6 | 3D | 8A | 0 | 42 | 18 | 1D | 142 | 32 | 30 |
| Octal | 266 | 75 | 212 | 0 | 102 | 30 | 35 | 502 | 62 | 60 |
| Binary | 10110110 | 111101 | 10001010 | 0 | 1000010 | 11000 | 11101 | 101000010 | 110010 | 110000 |
Color Harmonies of #B63D8A
Complementary color
Monochromatic Colors of #B63D8A
Black with #B63D8A
Text Example
Text Example
White with #B63D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D8A; }
p { color: rgb(182,61,138); }
H1.HeaderClassName
{
color: #B63D8A;
}
.AnyTagClassName
{
color: #B63D8A;
}
</style>
background-color css
<style>
a { background-color: #B63D8A; }
a { background-color: rgb(182,61,138); }
div.DivClassName
{
background-color: #B63D8A;
}
.BgClassName
{
background-color: #B63D8A;
}
</style>
border-color css
<style>
span { border-color: #B63D8A; }
span { border-color: rgb(182,61,138); }
td.TdClassName
{
border-color: #B63D8A;
}
.TagClassName
{
border-color: #B63D8A;
}
</style>