Shades of Medium Red Violet #B0419A
Tints of Medium Red Violet #B0419A
RGB
CMYK
RGB Variations
Color information
#B0419A (or 0xB0419A) is known color: Medium Red Violet. HEX triplet: B0, 41 and 9A. RGB value is (176,65,154). Sum of RGB (Red+Green+Blue) = 176+65+154=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B0419A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0419A is #4FBE65. Grayscale: #6C6C6C. Windows color (decimal): -5226086 or 10109360. OLE color: 10109360.
HSL color Cylindrical-coordinate representation of color #B0419A: hue angle of 311.89º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0419A is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 154 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.31 |
| HSL | 311.89º | 0.46% | 0.47% | - |
| HSV(B) | 311.89º | 0.63% | 0.69% | - |
| XYZ | 25.63 | 15.34 | 32.18 | - |
| YUV | 108.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 154 | 0 | 0.63 | 0.12 | 0.31 | 311.89 | 0.46 | 0.47 |
| Hex | B0 | 41 | 9A | 0 | 3F | C | 1F | 138 | 2E | 2F |
| Octal | 260 | 101 | 232 | 0 | 77 | 14 | 37 | 470 | 56 | 57 |
| Binary | 10110000 | 1000001 | 10011010 | 0 | 111111 | 1100 | 11111 | 100111000 | 101110 | 101111 |
Color Harmonies of #B0419A
Complementary color
Monochromatic Colors of #B0419A
Black with #B0419A
Text Example
Text Example
White with #B0419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0419A; }
p { color: rgb(176,65,154); }
H1.HeaderClassName
{
color: #B0419A;
}
.AnyTagClassName
{
color: #B0419A;
}
</style>
background-color css
<style>
a { background-color: #B0419A; }
a { background-color: rgb(176,65,154); }
div.DivClassName
{
background-color: #B0419A;
}
.BgClassName
{
background-color: #B0419A;
}
</style>
border-color css
<style>
span { border-color: #B0419A; }
span { border-color: rgb(176,65,154); }
td.TdClassName
{
border-color: #B0419A;
}
.TagClassName
{
border-color: #B0419A;
}
</style>