Shades of Medium Violet Red #B8017B
Tints of Medium Violet Red #B8017B
RGB
CMYK
RGB Variations
Color information
#B8017B (or 0xB8017B) is known color: Medium Violet Red. HEX triplet: B8, 01 and 7B. RGB value is (184,1,123). Sum of RGB (Red+Green+Blue) = 184+1+123=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B8017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8017B is #47FE84. Grayscale: #454545. Windows color (decimal): -4718213 or 8061368. OLE color: 8061368.
HSL color Cylindrical-coordinate representation of color #B8017B: hue angle of 320º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8017B is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.28 |
| HSL | 320º | 0.99% | 0.36% | - |
| HSV(B) | 320º | 0.99% | 0.72% | - |
| XYZ | 23.35 | 11.64 | 19.76 | - |
| YUV | 69.63 | 158.13 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 123 | 0 | 0.99 | 0.33 | 0.28 | 320 | 0.99 | 0.36 |
| Hex | B8 | 1 | 7B | 0 | 63 | 21 | 1C | 140 | 63 | 24 |
| Octal | 270 | 1 | 173 | 0 | 143 | 41 | 34 | 500 | 143 | 44 |
| Binary | 10111000 | 1 | 1111011 | 0 | 1100011 | 100001 | 11100 | 101000000 | 1100011 | 100100 |
Color Harmonies of #B8017B
Complementary color
Monochromatic Colors of #B8017B
Black with #B8017B
Text Example
Text Example
White with #B8017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8017B; }
p { color: rgb(184,1,123); }
H1.HeaderClassName
{
color: #B8017B;
}
.AnyTagClassName
{
color: #B8017B;
}
</style>
background-color css
<style>
a { background-color: #B8017B; }
a { background-color: rgb(184,1,123); }
div.DivClassName
{
background-color: #B8017B;
}
.BgClassName
{
background-color: #B8017B;
}
</style>
border-color css
<style>
span { border-color: #B8017B; }
span { border-color: rgb(184,1,123); }
td.TdClassName
{
border-color: #B8017B;
}
.TagClassName
{
border-color: #B8017B;
}
</style>