Shades of Medium Violet Red #B8007A
Tints of Medium Violet Red #B8007A
RGB
CMYK
RGB Variations
Color information
#B8007A (or 0xB8007A) is known color: Medium Violet Red. HEX triplet: B8, 00 and 7A. RGB value is (184,0,122). Sum of RGB (Red+Green+Blue) = 184+0+122=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B8007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8007A is #47FF85. Grayscale: #444444. Windows color (decimal): -4718470 or 7995576. OLE color: 7995576.
HSL color Cylindrical-coordinate representation of color #B8007A: hue angle of 320.22º 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 #B8007A is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.34 | 0.28 |
| HSL | 320.22º | 1% | 0.36% | - |
| HSV(B) | 320.22º | 1% | 0.72% | - |
| XYZ | 23.28 | 11.6 | 19.42 | - |
| YUV | 68.92 | 157.96 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 122 | 0 | 1 | 0.34 | 0.28 | 320.22 | 1 | 0.36 |
| Hex | B8 | 0 | 7A | 0 | 64 | 22 | 1C | 140 | 64 | 24 |
| Octal | 270 | 0 | 172 | 0 | 144 | 42 | 34 | 500 | 144 | 44 |
| Binary | 10111000 | 0 | 1111010 | 0 | 1100100 | 100010 | 11100 | 101000000 | 1100100 | 100100 |
Color Harmonies of #B8007A
Complementary color
Monochromatic Colors of #B8007A
Black with #B8007A
Text Example
Text Example
White with #B8007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8007A; }
p { color: rgb(184,0,122); }
H1.HeaderClassName
{
color: #B8007A;
}
.AnyTagClassName
{
color: #B8007A;
}
</style>
background-color css
<style>
a { background-color: #B8007A; }
a { background-color: rgb(184,0,122); }
div.DivClassName
{
background-color: #B8007A;
}
.BgClassName
{
background-color: #B8007A;
}
</style>
border-color css
<style>
span { border-color: #B8007A; }
span { border-color: rgb(184,0,122); }
td.TdClassName
{
border-color: #B8007A;
}
.TagClassName
{
border-color: #B8007A;
}
</style>