Shades of Medium Violet Red #B80F90
Tints of Medium Violet Red #B80F90
RGB
CMYK
RGB Variations
Color information
#B80F90 (or 0xB80F90) is known color: Medium Violet Red. HEX triplet: B8, 0F and 90. RGB value is (184,15,144). Sum of RGB (Red+Green+Blue) = 184+15+144=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80F90 is #47F06F. Grayscale: #4F4F4F. Windows color (decimal): -4714608 or 9441208. OLE color: 9441208.
HSL color Cylindrical-coordinate representation of color #B80F90: hue angle of 314.2º 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 #B80F90 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 15 | 144 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.28 |
| HSL | 314.2º | 0.85% | 0.39% | - |
| HSV(B) | 314.2º | 0.92% | 0.72% | - |
| XYZ | 24.97 | 12.55 | 27.49 | - |
| YUV | 80.24 | 163.99 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 144 | 0 | 0.92 | 0.22 | 0.28 | 314.2 | 0.85 | 0.39 |
| Hex | B8 | F | 90 | 0 | 5C | 16 | 1C | 13A | 55 | 27 |
| Octal | 270 | 17 | 220 | 0 | 134 | 26 | 34 | 472 | 125 | 47 |
| Binary | 10111000 | 1111 | 10010000 | 0 | 1011100 | 10110 | 11100 | 100111010 | 1010101 | 100111 |
Color Harmonies of #B80F90
Complementary color
Monochromatic Colors of #B80F90
Black with #B80F90
Text Example
Text Example
White with #B80F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80F90; }
p { color: rgb(184,15,144); }
H1.HeaderClassName
{
color: #B80F90;
}
.AnyTagClassName
{
color: #B80F90;
}
</style>
background-color css
<style>
a { background-color: #B80F90; }
a { background-color: rgb(184,15,144); }
div.DivClassName
{
background-color: #B80F90;
}
.BgClassName
{
background-color: #B80F90;
}
</style>
border-color css
<style>
span { border-color: #B80F90; }
span { border-color: rgb(184,15,144); }
td.TdClassName
{
border-color: #B80F90;
}
.TagClassName
{
border-color: #B80F90;
}
</style>