Shades of Medium Red Violet #B63D8B
Tints of Medium Red Violet #B63D8B
RGB
CMYK
RGB Variations
Color information
#B63D8B (or 0xB63D8B) is known color: Medium Red Violet. HEX triplet: B6, 3D and 8B. RGB value is (182,61,139). Sum of RGB (Red+Green+Blue) = 182+61+139=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63D8B is #49C274. Grayscale: #696969. Windows color (decimal): -4833909 or 9125302. OLE color: 9125302.
HSL color Cylindrical-coordinate representation of color #B63D8B: hue angle of 321.32º 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 #B63D8B is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 139 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.29 |
| HSL | 321.32º | 0.5% | 0.48% | - |
| HSV(B) | 321.32º | 0.66% | 0.71% | - |
| XYZ | 25.62 | 15.15 | 26 | - |
| YUV | 106.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 139 | 0 | 0.66 | 0.24 | 0.29 | 321.32 | 0.5 | 0.48 |
| Hex | B6 | 3D | 8B | 0 | 42 | 18 | 1D | 141 | 32 | 30 |
| Octal | 266 | 75 | 213 | 0 | 102 | 30 | 35 | 501 | 62 | 60 |
| Binary | 10110110 | 111101 | 10001011 | 0 | 1000010 | 11000 | 11101 | 101000001 | 110010 | 110000 |
Color Harmonies of #B63D8B
Complementary color
Monochromatic Colors of #B63D8B
Black with #B63D8B
Text Example
Text Example
White with #B63D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D8B; }
p { color: rgb(182,61,139); }
H1.HeaderClassName
{
color: #B63D8B;
}
.AnyTagClassName
{
color: #B63D8B;
}
</style>
background-color css
<style>
a { background-color: #B63D8B; }
a { background-color: rgb(182,61,139); }
div.DivClassName
{
background-color: #B63D8B;
}
.BgClassName
{
background-color: #B63D8B;
}
</style>
border-color css
<style>
span { border-color: #B63D8B; }
span { border-color: rgb(182,61,139); }
td.TdClassName
{
border-color: #B63D8B;
}
.TagClassName
{
border-color: #B63D8B;
}
</style>