Shades of Medium Violet Red #B8007B
Tints of Medium Violet Red #B8007B
RGB
CMYK
RGB Variations
Color information
#B8007B (or 0xB8007B) is known color: Medium Violet Red. HEX triplet: B8, 00 and 7B. RGB value is (184,0,123). Sum of RGB (Red+Green+Blue) = 184+0+123=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B8007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8007B is #47FF84. Grayscale: #444444. Windows color (decimal): -4718469 or 8061112. OLE color: 8061112.
HSL color Cylindrical-coordinate representation of color #B8007B: hue angle of 319.89º 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 #B8007B is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.33 | 0.28 |
| HSL | 319.89º | 1% | 0.36% | - |
| HSV(B) | 319.89º | 1% | 0.72% | - |
| XYZ | 23.34 | 11.62 | 19.75 | - |
| YUV | 69.04 | 158.46 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 123 | 0 | 1 | 0.33 | 0.28 | 319.89 | 1 | 0.36 |
| Hex | B8 | 0 | 7B | 0 | 64 | 21 | 1C | 140 | 64 | 24 |
| Octal | 270 | 0 | 173 | 0 | 144 | 41 | 34 | 500 | 144 | 44 |
| Binary | 10111000 | 0 | 1111011 | 0 | 1100100 | 100001 | 11100 | 101000000 | 1100100 | 100100 |
Color Harmonies of #B8007B
Complementary color
Monochromatic Colors of #B8007B
Black with #B8007B
Text Example
Text Example
White with #B8007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8007B; }
p { color: rgb(184,0,123); }
H1.HeaderClassName
{
color: #B8007B;
}
.AnyTagClassName
{
color: #B8007B;
}
</style>
background-color css
<style>
a { background-color: #B8007B; }
a { background-color: rgb(184,0,123); }
div.DivClassName
{
background-color: #B8007B;
}
.BgClassName
{
background-color: #B8007B;
}
</style>
border-color css
<style>
span { border-color: #B8007B; }
span { border-color: rgb(184,0,123); }
td.TdClassName
{
border-color: #B8007B;
}
.TagClassName
{
border-color: #B8007B;
}
</style>