Shades of Medium Violet Red #B8018B
Tints of Medium Violet Red #B8018B
RGB
CMYK
RGB Variations
Color information
#B8018B (or 0xB8018B) is known color: Medium Violet Red. HEX triplet: B8, 01 and 8B. RGB value is (184,1,139). Sum of RGB (Red+Green+Blue) = 184+1+139=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B8018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8018B is #47FE74. Grayscale: #474747. Windows color (decimal): -4718197 or 9109944. OLE color: 9109944.
HSL color Cylindrical-coordinate representation of color #B8018B: hue angle of 314.75º 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 #B8018B is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 139 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.28 |
| HSL | 314.75º | 0.99% | 0.36% | - |
| HSV(B) | 314.75º | 0.99% | 0.72% | - |
| XYZ | 24.44 | 12.08 | 25.47 | - |
| YUV | 71.45 | 166.13 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 139 | 0 | 0.99 | 0.24 | 0.28 | 314.75 | 0.99 | 0.36 |
| Hex | B8 | 1 | 8B | 0 | 63 | 18 | 1C | 13B | 63 | 24 |
| Octal | 270 | 1 | 213 | 0 | 143 | 30 | 34 | 473 | 143 | 44 |
| Binary | 10111000 | 1 | 10001011 | 0 | 1100011 | 11000 | 11100 | 100111011 | 1100011 | 100100 |
Color Harmonies of #B8018B
Complementary color
Monochromatic Colors of #B8018B
Black with #B8018B
Text Example
Text Example
White with #B8018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8018B; }
p { color: rgb(184,1,139); }
H1.HeaderClassName
{
color: #B8018B;
}
.AnyTagClassName
{
color: #B8018B;
}
</style>
background-color css
<style>
a { background-color: #B8018B; }
a { background-color: rgb(184,1,139); }
div.DivClassName
{
background-color: #B8018B;
}
.BgClassName
{
background-color: #B8018B;
}
</style>
border-color css
<style>
span { border-color: #B8018B; }
span { border-color: rgb(184,1,139); }
td.TdClassName
{
border-color: #B8018B;
}
.TagClassName
{
border-color: #B8018B;
}
</style>