Shades of Medium Red Violet #B63478
Tints of Medium Red Violet #B63478
RGB
CMYK
RGB Variations
Color information
#B63478 (or 0xB63478) is known color: Medium Red Violet. HEX triplet: B6, 34 and 78. RGB value is (182,52,120). Sum of RGB (Red+Green+Blue) = 182+52+120=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B63478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63478 is #49CB87. Grayscale: #626262. Windows color (decimal): -4836232 or 7877814. OLE color: 7877814.
HSL color Cylindrical-coordinate representation of color #B63478: hue angle of 328.62º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63478 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 52 | 120 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.29 |
| HSL | 328.62º | 0.56% | 0.46% | - |
| HSV(B) | 328.62º | 0.71% | 0.71% | - |
| XYZ | 23.91 | 13.76 | 19.16 | - |
| YUV | 98.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 52 | 120 | 0 | 0.71 | 0.34 | 0.29 | 328.62 | 0.56 | 0.46 |
| Hex | B6 | 34 | 78 | 0 | 47 | 22 | 1D | 149 | 38 | 2E |
| Octal | 266 | 64 | 170 | 0 | 107 | 42 | 35 | 511 | 70 | 56 |
| Binary | 10110110 | 110100 | 1111000 | 0 | 1000111 | 100010 | 11101 | 101001001 | 111000 | 101110 |
Color Harmonies of #B63478
Complementary color
Monochromatic Colors of #B63478
Black with #B63478
Text Example
Text Example
White with #B63478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63478; }
p { color: rgb(182,52,120); }
H1.HeaderClassName
{
color: #B63478;
}
.AnyTagClassName
{
color: #B63478;
}
</style>
background-color css
<style>
a { background-color: #B63478; }
a { background-color: rgb(182,52,120); }
div.DivClassName
{
background-color: #B63478;
}
.BgClassName
{
background-color: #B63478;
}
</style>
border-color css
<style>
span { border-color: #B63478; }
span { border-color: rgb(182,52,120); }
td.TdClassName
{
border-color: #B63478;
}
.TagClassName
{
border-color: #B63478;
}
</style>