Shades of Medium Violet Red #B41D7B
Tints of Medium Violet Red #B41D7B
RGB
CMYK
RGB Variations
Color information
#B41D7B (or 0xB41D7B) is known color: Medium Violet Red. HEX triplet: B4, 1D and 7B. RGB value is (180,29,123). Sum of RGB (Red+Green+Blue) = 180+29+123=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41D7B is #4BE284. Grayscale: #545454. Windows color (decimal): -4973189 or 8068532. OLE color: 8068532.
HSL color Cylindrical-coordinate representation of color #B41D7B: hue angle of 322.65º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41D7B is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 29 | 123 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.29 |
| HSL | 322.65º | 0.72% | 0.41% | - |
| HSV(B) | 322.65º | 0.84% | 0.71% | - |
| XYZ | 22.84 | 12.01 | 19.85 | - |
| YUV | 84.87 | 149.53 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 29 | 123 | 0 | 0.84 | 0.32 | 0.29 | 322.65 | 0.72 | 0.41 |
| Hex | B4 | 1D | 7B | 0 | 54 | 20 | 1D | 143 | 48 | 29 |
| Octal | 264 | 35 | 173 | 0 | 124 | 40 | 35 | 503 | 110 | 51 |
| Binary | 10110100 | 11101 | 1111011 | 0 | 1010100 | 100000 | 11101 | 101000011 | 1001000 | 101001 |
Color Harmonies of #B41D7B
Complementary color
Monochromatic Colors of #B41D7B
Black with #B41D7B
Text Example
Text Example
White with #B41D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41D7B; }
p { color: rgb(180,29,123); }
H1.HeaderClassName
{
color: #B41D7B;
}
.AnyTagClassName
{
color: #B41D7B;
}
</style>
background-color css
<style>
a { background-color: #B41D7B; }
a { background-color: rgb(180,29,123); }
div.DivClassName
{
background-color: #B41D7B;
}
.BgClassName
{
background-color: #B41D7B;
}
</style>
border-color css
<style>
span { border-color: #B41D7B; }
span { border-color: rgb(180,29,123); }
td.TdClassName
{
border-color: #B41D7B;
}
.TagClassName
{
border-color: #B41D7B;
}
</style>