Shades of Medium Red Violet #B63693
Tints of Medium Red Violet #B63693
RGB
CMYK
RGB Variations
Color information
#B63693 (or 0xB63693) is known color: Medium Red Violet. HEX triplet: B6, 36 and 93. RGB value is (182,54,147). Sum of RGB (Red+Green+Blue) = 182+54+147=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B63693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63693 is #49C96C. Grayscale: #666666. Windows color (decimal): -4835693 or 9647798. OLE color: 9647798.
HSL color Cylindrical-coordinate representation of color #B63693: hue angle of 316.41º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63693 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 147 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.29 |
| HSL | 316.41º | 0.54% | 0.46% | - |
| HSV(B) | 316.41º | 0.7% | 0.71% | - |
| XYZ | 25.88 | 14.69 | 29.08 | - |
| YUV | 102.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 147 | 0 | 0.70 | 0.19 | 0.29 | 316.41 | 0.54 | 0.46 |
| Hex | B6 | 36 | 93 | 0 | 46 | 13 | 1D | 13C | 36 | 2E |
| Octal | 266 | 66 | 223 | 0 | 106 | 23 | 35 | 474 | 66 | 56 |
| Binary | 10110110 | 110110 | 10010011 | 0 | 1000110 | 10011 | 11101 | 100111100 | 110110 | 101110 |
Color Harmonies of #B63693
Complementary color
Monochromatic Colors of #B63693
Black with #B63693
Text Example
Text Example
White with #B63693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63693; }
p { color: rgb(182,54,147); }
H1.HeaderClassName
{
color: #B63693;
}
.AnyTagClassName
{
color: #B63693;
}
</style>
background-color css
<style>
a { background-color: #B63693; }
a { background-color: rgb(182,54,147); }
div.DivClassName
{
background-color: #B63693;
}
.BgClassName
{
background-color: #B63693;
}
</style>
border-color css
<style>
span { border-color: #B63693; }
span { border-color: rgb(182,54,147); }
td.TdClassName
{
border-color: #B63693;
}
.TagClassName
{
border-color: #B63693;
}
</style>