Shades of Medium Violet Red #B40184
Tints of Medium Violet Red #B40184
RGB
CMYK
RGB Variations
Color information
#B40184 (or 0xB40184) is known color: Medium Violet Red. HEX triplet: B4, 01 and 84. RGB value is (180,1,132). Sum of RGB (Red+Green+Blue) = 180+1+132=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B40184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40184 is #4BFE7B. Grayscale: #454545. Windows color (decimal): -4980348 or 8651188. OLE color: 8651188.
HSL color Cylindrical-coordinate representation of color #B40184: hue angle of 316.09º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40184 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 132 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.29 |
| HSL | 316.09º | 0.99% | 0.35% | - |
| HSV(B) | 316.09º | 0.99% | 0.71% | - |
| XYZ | 23 | 11.39 | 22.82 | - |
| YUV | 69.46 | 163.3 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 132 | 0 | 0.99 | 0.27 | 0.29 | 316.09 | 0.99 | 0.35 |
| Hex | B4 | 1 | 84 | 0 | 63 | 1B | 1D | 13C | 63 | 23 |
| Octal | 264 | 1 | 204 | 0 | 143 | 33 | 35 | 474 | 143 | 43 |
| Binary | 10110100 | 1 | 10000100 | 0 | 1100011 | 11011 | 11101 | 100111100 | 1100011 | 100011 |
Color Harmonies of #B40184
Complementary color
Monochromatic Colors of #B40184
Black with #B40184
Text Example
Text Example
White with #B40184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40184; }
p { color: rgb(180,1,132); }
H1.HeaderClassName
{
color: #B40184;
}
.AnyTagClassName
{
color: #B40184;
}
</style>
background-color css
<style>
a { background-color: #B40184; }
a { background-color: rgb(180,1,132); }
div.DivClassName
{
background-color: #B40184;
}
.BgClassName
{
background-color: #B40184;
}
</style>
border-color css
<style>
span { border-color: #B40184; }
span { border-color: rgb(180,1,132); }
td.TdClassName
{
border-color: #B40184;
}
.TagClassName
{
border-color: #B40184;
}
</style>