Shades of Medium Violet Red #B40387
Tints of Medium Violet Red #B40387
RGB
CMYK
RGB Variations
Color information
#B40387 (or 0xB40387) is known color: Medium Violet Red. HEX triplet: B4, 03 and 87. RGB value is (180,3,135). Sum of RGB (Red+Green+Blue) = 180+3+135=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B40387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40387 is #4BFC78. Grayscale: #464646. Windows color (decimal): -4979833 or 8848308. OLE color: 8848308.
HSL color Cylindrical-coordinate representation of color #B40387: hue angle of 315.25º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40387 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 135 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.29 |
| HSL | 315.25º | 0.97% | 0.36% | - |
| HSV(B) | 315.25º | 0.98% | 0.71% | - |
| XYZ | 23.23 | 11.52 | 23.92 | - |
| YUV | 70.97 | 164.14 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 135 | 0 | 0.98 | 0.25 | 0.29 | 315.25 | 0.97 | 0.36 |
| Hex | B4 | 3 | 87 | 0 | 62 | 19 | 1D | 13B | 61 | 24 |
| Octal | 264 | 3 | 207 | 0 | 142 | 31 | 35 | 473 | 141 | 44 |
| Binary | 10110100 | 11 | 10000111 | 0 | 1100010 | 11001 | 11101 | 100111011 | 1100001 | 100100 |
Color Harmonies of #B40387
Complementary color
Monochromatic Colors of #B40387
Black with #B40387
Text Example
Text Example
White with #B40387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40387; }
p { color: rgb(180,3,135); }
H1.HeaderClassName
{
color: #B40387;
}
.AnyTagClassName
{
color: #B40387;
}
</style>
background-color css
<style>
a { background-color: #B40387; }
a { background-color: rgb(180,3,135); }
div.DivClassName
{
background-color: #B40387;
}
.BgClassName
{
background-color: #B40387;
}
</style>
border-color css
<style>
span { border-color: #B40387; }
span { border-color: rgb(180,3,135); }
td.TdClassName
{
border-color: #B40387;
}
.TagClassName
{
border-color: #B40387;
}
</style>