Shades of Medium Red Violet #B2419D
Tints of Medium Red Violet #B2419D
RGB
CMYK
RGB Variations
Color information
#B2419D (or 0xB2419D) is known color: Medium Red Violet. HEX triplet: B2, 41 and 9D. RGB value is (178,65,157). Sum of RGB (Red+Green+Blue) = 178+65+157=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2419D is #4DBE62. Grayscale: #6D6D6D. Windows color (decimal): -5095011 or 10305970. OLE color: 10305970.
HSL color Cylindrical-coordinate representation of color #B2419D: hue angle of 311.15º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2419D is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 65 | 157 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.30 |
| HSL | 311.15º | 0.47% | 0.48% | - |
| HSV(B) | 311.15º | 0.63% | 0.7% | - |
| XYZ | 26.34 | 15.68 | 33.54 | - |
| YUV | 109.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 157 | 0 | 0.63 | 0.12 | 0.30 | 311.15 | 0.47 | 0.48 |
| Hex | B2 | 41 | 9D | 0 | 3F | C | 1E | 137 | 2F | 30 |
| Octal | 262 | 101 | 235 | 0 | 77 | 14 | 36 | 467 | 57 | 60 |
| Binary | 10110010 | 1000001 | 10011101 | 0 | 111111 | 1100 | 11110 | 100110111 | 101111 | 110000 |
Color Harmonies of #B2419D
Complementary color
Monochromatic Colors of #B2419D
Black with #B2419D
Text Example
Text Example
White with #B2419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2419D; }
p { color: rgb(178,65,157); }
H1.HeaderClassName
{
color: #B2419D;
}
.AnyTagClassName
{
color: #B2419D;
}
</style>
background-color css
<style>
a { background-color: #B2419D; }
a { background-color: rgb(178,65,157); }
div.DivClassName
{
background-color: #B2419D;
}
.BgClassName
{
background-color: #B2419D;
}
</style>
border-color css
<style>
span { border-color: #B2419D; }
span { border-color: rgb(178,65,157); }
td.TdClassName
{
border-color: #B2419D;
}
.TagClassName
{
border-color: #B2419D;
}
</style>