Shades of Medium Violet Red #B40875
Tints of Medium Violet Red #B40875
RGB
CMYK
RGB Variations
Color information
#B40875 (or 0xB40875) is known color: Medium Violet Red. HEX triplet: B4, 08 and 75. RGB value is (180,8,117). Sum of RGB (Red+Green+Blue) = 180+8+117=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B40875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40875 is #4BF78A. Grayscale: #474747. Windows color (decimal): -4978571 or 7669940. OLE color: 7669940.
HSL color Cylindrical-coordinate representation of color #B40875: hue angle of 321.98º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40875 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 117 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.29 |
| HSL | 321.98º | 0.91% | 0.37% | - |
| HSV(B) | 321.98º | 0.96% | 0.71% | - |
| XYZ | 22.12 | 11.16 | 17.82 | - |
| YUV | 71.85 | 153.48 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 117 | 0 | 0.96 | 0.35 | 0.29 | 321.98 | 0.91 | 0.37 |
| Hex | B4 | 8 | 75 | 0 | 60 | 23 | 1D | 142 | 5B | 25 |
| Octal | 264 | 10 | 165 | 0 | 140 | 43 | 35 | 502 | 133 | 45 |
| Binary | 10110100 | 1000 | 1110101 | 0 | 1100000 | 100011 | 11101 | 101000010 | 1011011 | 100101 |
Color Harmonies of #B40875
Complementary color
Monochromatic Colors of #B40875
Black with #B40875
Text Example
Text Example
White with #B40875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40875; }
p { color: rgb(180,8,117); }
H1.HeaderClassName
{
color: #B40875;
}
.AnyTagClassName
{
color: #B40875;
}
</style>
background-color css
<style>
a { background-color: #B40875; }
a { background-color: rgb(180,8,117); }
div.DivClassName
{
background-color: #B40875;
}
.BgClassName
{
background-color: #B40875;
}
</style>
border-color css
<style>
span { border-color: #B40875; }
span { border-color: rgb(180,8,117); }
td.TdClassName
{
border-color: #B40875;
}
.TagClassName
{
border-color: #B40875;
}
</style>