Shades of Medium Red Violet #B63C9D
Tints of Medium Red Violet #B63C9D
RGB
CMYK
RGB Variations
Color information
#B63C9D (or 0xB63C9D) is known color: Medium Red Violet. HEX triplet: B6, 3C and 9D. RGB value is (182,60,157). Sum of RGB (Red+Green+Blue) = 182+60+157=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63C9D is #49C362. Grayscale: #6B6B6B. Windows color (decimal): -4834147 or 10304694. OLE color: 10304694.
HSL color Cylindrical-coordinate representation of color #B63C9D: hue angle of 312.3º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63C9D is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 157 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.29 |
| HSL | 312.3º | 0.5% | 0.47% | - |
| HSV(B) | 312.3º | 0.67% | 0.71% | - |
| XYZ | 26.99 | 15.61 | 33.49 | - |
| YUV | 107.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 157 | 0 | 0.67 | 0.14 | 0.29 | 312.3 | 0.5 | 0.47 |
| Hex | B6 | 3C | 9D | 0 | 43 | E | 1D | 138 | 32 | 2F |
| Octal | 266 | 74 | 235 | 0 | 103 | 16 | 35 | 470 | 62 | 57 |
| Binary | 10110110 | 111100 | 10011101 | 0 | 1000011 | 1110 | 11101 | 100111000 | 110010 | 101111 |
Color Harmonies of #B63C9D
Complementary color
Monochromatic Colors of #B63C9D
Black with #B63C9D
Text Example
Text Example
White with #B63C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C9D; }
p { color: rgb(182,60,157); }
H1.HeaderClassName
{
color: #B63C9D;
}
.AnyTagClassName
{
color: #B63C9D;
}
</style>
background-color css
<style>
a { background-color: #B63C9D; }
a { background-color: rgb(182,60,157); }
div.DivClassName
{
background-color: #B63C9D;
}
.BgClassName
{
background-color: #B63C9D;
}
</style>
border-color css
<style>
span { border-color: #B63C9D; }
span { border-color: rgb(182,60,157); }
td.TdClassName
{
border-color: #B63C9D;
}
.TagClassName
{
border-color: #B63C9D;
}
</style>