Shades of Medium Violet Red #B8007E
Tints of Medium Violet Red #B8007E
RGB
CMYK
RGB Variations
Color information
#B8007E (or 0xB8007E) is known color: Medium Violet Red. HEX triplet: B8, 00 and 7E. RGB value is (184,0,126). Sum of RGB (Red+Green+Blue) = 184+0+126=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8007E is #47FF81. Grayscale: #454545. Windows color (decimal): -4718466 or 8257720. OLE color: 8257720.
HSL color Cylindrical-coordinate representation of color #B8007E: hue angle of 318.91º 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 #B8007E is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.32 | 0.28 |
| HSL | 318.91º | 1% | 0.36% | - |
| HSV(B) | 318.91º | 1% | 0.72% | - |
| XYZ | 23.53 | 11.7 | 20.76 | - |
| YUV | 69.38 | 159.96 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 126 | 0 | 1 | 0.32 | 0.28 | 318.91 | 1 | 0.36 |
| Hex | B8 | 0 | 7E | 0 | 64 | 20 | 1C | 13F | 64 | 24 |
| Octal | 270 | 0 | 176 | 0 | 144 | 40 | 34 | 477 | 144 | 44 |
| Binary | 10111000 | 0 | 1111110 | 0 | 1100100 | 100000 | 11100 | 100111111 | 1100100 | 100100 |
Color Harmonies of #B8007E
Complementary color
Monochromatic Colors of #B8007E
Black with #B8007E
Text Example
Text Example
White with #B8007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8007E; }
p { color: rgb(184,0,126); }
H1.HeaderClassName
{
color: #B8007E;
}
.AnyTagClassName
{
color: #B8007E;
}
</style>
background-color css
<style>
a { background-color: #B8007E; }
a { background-color: rgb(184,0,126); }
div.DivClassName
{
background-color: #B8007E;
}
.BgClassName
{
background-color: #B8007E;
}
</style>
border-color css
<style>
span { border-color: #B8007E; }
span { border-color: rgb(184,0,126); }
td.TdClassName
{
border-color: #B8007E;
}
.TagClassName
{
border-color: #B8007E;
}
</style>