Shades of Medium Violet Red #B80F83
Tints of Medium Violet Red #B80F83
RGB
CMYK
RGB Variations
Color information
#B80F83 (or 0xB80F83) is known color: Medium Violet Red. HEX triplet: B8, 0F and 83. RGB value is (184,15,131). Sum of RGB (Red+Green+Blue) = 184+15+131=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80F83 is #47F07C. Grayscale: #4E4E4E. Windows color (decimal): -4714621 or 8589240. OLE color: 8589240.
HSL color Cylindrical-coordinate representation of color #B80F83: hue angle of 318.82º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80F83 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 15 | 131 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.28 |
| HSL | 318.82º | 0.85% | 0.39% | - |
| HSV(B) | 318.82º | 0.92% | 0.72% | - |
| XYZ | 24.03 | 12.17 | 22.56 | - |
| YUV | 78.76 | 157.49 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 131 | 0 | 0.92 | 0.29 | 0.28 | 318.82 | 0.85 | 0.39 |
| Hex | B8 | F | 83 | 0 | 5C | 1D | 1C | 13F | 55 | 27 |
| Octal | 270 | 17 | 203 | 0 | 134 | 35 | 34 | 477 | 125 | 47 |
| Binary | 10111000 | 1111 | 10000011 | 0 | 1011100 | 11101 | 11100 | 100111111 | 1010101 | 100111 |
Color Harmonies of #B80F83
Complementary color
Monochromatic Colors of #B80F83
Black with #B80F83
Text Example
Text Example
White with #B80F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80F83; }
p { color: rgb(184,15,131); }
H1.HeaderClassName
{
color: #B80F83;
}
.AnyTagClassName
{
color: #B80F83;
}
</style>
background-color css
<style>
a { background-color: #B80F83; }
a { background-color: rgb(184,15,131); }
div.DivClassName
{
background-color: #B80F83;
}
.BgClassName
{
background-color: #B80F83;
}
</style>
border-color css
<style>
span { border-color: #B80F83; }
span { border-color: rgb(184,15,131); }
td.TdClassName
{
border-color: #B80F83;
}
.TagClassName
{
border-color: #B80F83;
}
</style>