Shades of Medium Violet Red #B8007D
Tints of Medium Violet Red #B8007D
RGB
CMYK
RGB Variations
Color information
#B8007D (or 0xB8007D) is known color: Medium Violet Red. HEX triplet: B8, 00 and 7D. RGB value is (184,0,125). Sum of RGB (Red+Green+Blue) = 184+0+125=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B8007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8007D is #47FF82. Grayscale: #444444. Windows color (decimal): -4718467 or 8192184. OLE color: 8192184.
HSL color Cylindrical-coordinate representation of color #B8007D: hue angle of 319.24º 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 #B8007D is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.32 | 0.28 |
| HSL | 319.24º | 1% | 0.36% | - |
| HSV(B) | 319.24º | 1% | 0.72% | - |
| XYZ | 23.47 | 11.67 | 20.42 | - |
| YUV | 69.27 | 159.46 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 125 | 0 | 1 | 0.32 | 0.28 | 319.24 | 1 | 0.36 |
| Hex | B8 | 0 | 7D | 0 | 64 | 20 | 1C | 13F | 64 | 24 |
| Octal | 270 | 0 | 175 | 0 | 144 | 40 | 34 | 477 | 144 | 44 |
| Binary | 10111000 | 0 | 1111101 | 0 | 1100100 | 100000 | 11100 | 100111111 | 1100100 | 100100 |
Color Harmonies of #B8007D
Complementary color
Monochromatic Colors of #B8007D
Black with #B8007D
Text Example
Text Example
White with #B8007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8007D; }
p { color: rgb(184,0,125); }
H1.HeaderClassName
{
color: #B8007D;
}
.AnyTagClassName
{
color: #B8007D;
}
</style>
background-color css
<style>
a { background-color: #B8007D; }
a { background-color: rgb(184,0,125); }
div.DivClassName
{
background-color: #B8007D;
}
.BgClassName
{
background-color: #B8007D;
}
</style>
border-color css
<style>
span { border-color: #B8007D; }
span { border-color: rgb(184,0,125); }
td.TdClassName
{
border-color: #B8007D;
}
.TagClassName
{
border-color: #B8007D;
}
</style>