Shades of Medium Red Violet #B63690
Tints of Medium Red Violet #B63690
RGB
CMYK
RGB Variations
Color information
#B63690 (or 0xB63690) is known color: Medium Red Violet. HEX triplet: B6, 36 and 90. RGB value is (182,54,144). Sum of RGB (Red+Green+Blue) = 182+54+144=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B63690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63690 is #49C96F. Grayscale: #666666. Windows color (decimal): -4835696 or 9451190. OLE color: 9451190.
HSL color Cylindrical-coordinate representation of color #B63690: hue angle of 317.81º 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 #B63690 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 144 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.29 |
| HSL | 317.81º | 0.54% | 0.46% | - |
| HSV(B) | 317.81º | 0.7% | 0.71% | - |
| XYZ | 25.64 | 14.6 | 27.85 | - |
| YUV | 102.53 | 151.41 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 144 | 0 | 0.70 | 0.21 | 0.29 | 317.81 | 0.54 | 0.46 |
| Hex | B6 | 36 | 90 | 0 | 46 | 15 | 1D | 13E | 36 | 2E |
| Octal | 266 | 66 | 220 | 0 | 106 | 25 | 35 | 476 | 66 | 56 |
| Binary | 10110110 | 110110 | 10010000 | 0 | 1000110 | 10101 | 11101 | 100111110 | 110110 | 101110 |
Color Harmonies of #B63690
Complementary color
Monochromatic Colors of #B63690
Black with #B63690
Text Example
Text Example
White with #B63690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63690; }
p { color: rgb(182,54,144); }
H1.HeaderClassName
{
color: #B63690;
}
.AnyTagClassName
{
color: #B63690;
}
</style>
background-color css
<style>
a { background-color: #B63690; }
a { background-color: rgb(182,54,144); }
div.DivClassName
{
background-color: #B63690;
}
.BgClassName
{
background-color: #B63690;
}
</style>
border-color css
<style>
span { border-color: #B63690; }
span { border-color: rgb(182,54,144); }
td.TdClassName
{
border-color: #B63690;
}
.TagClassName
{
border-color: #B63690;
}
</style>