Shades of Medium Violet Red #B7007D
Tints of Medium Violet Red #B7007D
RGB
CMYK
RGB Variations
Color information
#B7007D (or 0xB7007D) is known color: Medium Violet Red. HEX triplet: B7, 00 and 7D. RGB value is (183,0,125). Sum of RGB (Red+Green+Blue) = 183+0+125=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B7007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7007D is #48FF82. Grayscale: #444444. Windows color (decimal): -4784003 or 8192183. OLE color: 8192183.
HSL color Cylindrical-coordinate representation of color #B7007D: hue angle of 319.02º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7007D is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.32 | 0.28 |
| HSL | 319.02º | 1% | 0.36% | - |
| HSV(B) | 319.02º | 1% | 0.72% | - |
| XYZ | 23.23 | 11.55 | 20.41 | - |
| YUV | 68.97 | 159.63 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 125 | 0 | 1 | 0.32 | 0.28 | 319.02 | 1 | 0.36 |
| Hex | B7 | 0 | 7D | 0 | 64 | 20 | 1C | 13F | 64 | 24 |
| Octal | 267 | 0 | 175 | 0 | 144 | 40 | 34 | 477 | 144 | 44 |
| Binary | 10110111 | 0 | 1111101 | 0 | 1100100 | 100000 | 11100 | 100111111 | 1100100 | 100100 |
Color Harmonies of #B7007D
Complementary color
Monochromatic Colors of #B7007D
Black with #B7007D
Text Example
Text Example
White with #B7007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7007D; }
p { color: rgb(183,0,125); }
H1.HeaderClassName
{
color: #B7007D;
}
.AnyTagClassName
{
color: #B7007D;
}
</style>
background-color css
<style>
a { background-color: #B7007D; }
a { background-color: rgb(183,0,125); }
div.DivClassName
{
background-color: #B7007D;
}
.BgClassName
{
background-color: #B7007D;
}
</style>
border-color css
<style>
span { border-color: #B7007D; }
span { border-color: rgb(183,0,125); }
td.TdClassName
{
border-color: #B7007D;
}
.TagClassName
{
border-color: #B7007D;
}
</style>