Shades of Medium Red Violet #B2419B
Tints of Medium Red Violet #B2419B
RGB
CMYK
RGB Variations
Color information
#B2419B (or 0xB2419B) is known color: Medium Red Violet. HEX triplet: B2, 41 and 9B. RGB value is (178,65,155). Sum of RGB (Red+Green+Blue) = 178+65+155=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B2419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2419B is #4DBE64. Grayscale: #6C6C6C. Windows color (decimal): -5095013 or 10174898. OLE color: 10174898.
HSL color Cylindrical-coordinate representation of color #B2419B: hue angle of 312.21º 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 #B2419B is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 65 | 155 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.30 |
| HSL | 312.21º | 0.47% | 0.48% | - |
| HSV(B) | 312.21º | 0.63% | 0.7% | - |
| XYZ | 26.17 | 15.61 | 32.64 | - |
| YUV | 109.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 155 | 0 | 0.63 | 0.13 | 0.30 | 312.21 | 0.47 | 0.48 |
| Hex | B2 | 41 | 9B | 0 | 3F | D | 1E | 138 | 2F | 30 |
| Octal | 262 | 101 | 233 | 0 | 77 | 15 | 36 | 470 | 57 | 60 |
| Binary | 10110010 | 1000001 | 10011011 | 0 | 111111 | 1101 | 11110 | 100111000 | 101111 | 110000 |
Color Harmonies of #B2419B
Complementary color
Monochromatic Colors of #B2419B
Black with #B2419B
Text Example
Text Example
White with #B2419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2419B; }
p { color: rgb(178,65,155); }
H1.HeaderClassName
{
color: #B2419B;
}
.AnyTagClassName
{
color: #B2419B;
}
</style>
background-color css
<style>
a { background-color: #B2419B; }
a { background-color: rgb(178,65,155); }
div.DivClassName
{
background-color: #B2419B;
}
.BgClassName
{
background-color: #B2419B;
}
</style>
border-color css
<style>
span { border-color: #B2419B; }
span { border-color: rgb(178,65,155); }
td.TdClassName
{
border-color: #B2419B;
}
.TagClassName
{
border-color: #B2419B;
}
</style>