Shades of Medium Violet Red #B7008F
Tints of Medium Violet Red #B7008F
RGB
CMYK
RGB Variations
Color information
#B7008F (or 0xB7008F) is known color: Medium Violet Red. HEX triplet: B7, 00 and 8F. RGB value is (183,0,143). Sum of RGB (Red+Green+Blue) = 183+0+143=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7008F is #48FF70. Grayscale: #464646. Windows color (decimal): -4783985 or 9371831. OLE color: 9371831.
HSL color Cylindrical-coordinate representation of color #B7008F: hue angle of 313.11º 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 #B7008F is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.22 | 0.28 |
| HSL | 313.11º | 1% | 0.36% | - |
| HSV(B) | 313.11º | 1% | 0.72% | - |
| XYZ | 24.49 | 12.05 | 27.02 | - |
| YUV | 71.02 | 168.63 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 143 | 0 | 1 | 0.22 | 0.28 | 313.11 | 1 | 0.36 |
| Hex | B7 | 0 | 8F | 0 | 64 | 16 | 1C | 139 | 64 | 24 |
| Octal | 267 | 0 | 217 | 0 | 144 | 26 | 34 | 471 | 144 | 44 |
| Binary | 10110111 | 0 | 10001111 | 0 | 1100100 | 10110 | 11100 | 100111001 | 1100100 | 100100 |
Color Harmonies of #B7008F
Complementary color
Monochromatic Colors of #B7008F
Black with #B7008F
Text Example
Text Example
White with #B7008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7008F; }
p { color: rgb(183,0,143); }
H1.HeaderClassName
{
color: #B7008F;
}
.AnyTagClassName
{
color: #B7008F;
}
</style>
background-color css
<style>
a { background-color: #B7008F; }
a { background-color: rgb(183,0,143); }
div.DivClassName
{
background-color: #B7008F;
}
.BgClassName
{
background-color: #B7008F;
}
</style>
border-color css
<style>
span { border-color: #B7008F; }
span { border-color: rgb(183,0,143); }
td.TdClassName
{
border-color: #B7008F;
}
.TagClassName
{
border-color: #B7008F;
}
</style>