Shades of Medium Violet Red #B80274
Tints of Medium Violet Red #B80274
RGB
CMYK
RGB Variations
Color information
#B80274 (or 0xB80274) is known color: Medium Violet Red. HEX triplet: B8, 02 and 74. RGB value is (184,2,116). Sum of RGB (Red+Green+Blue) = 184+2+116=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B80274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80274 is #47FD8B. Grayscale: #454545. Windows color (decimal): -4717964 or 7602872. OLE color: 7602872.
HSL color Cylindrical-coordinate representation of color #B80274: hue angle of 322.42º degrees, saturation: 0.98, 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 #B80274 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.28 |
| HSL | 322.42º | 0.98% | 0.36% | - |
| HSV(B) | 322.42º | 0.99% | 0.72% | - |
| XYZ | 22.94 | 11.49 | 17.53 | - |
| YUV | 69.41 | 154.3 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 116 | 0 | 0.99 | 0.37 | 0.28 | 322.42 | 0.98 | 0.36 |
| Hex | B8 | 2 | 74 | 0 | 63 | 25 | 1C | 142 | 62 | 24 |
| Octal | 270 | 2 | 164 | 0 | 143 | 45 | 34 | 502 | 142 | 44 |
| Binary | 10111000 | 10 | 1110100 | 0 | 1100011 | 100101 | 11100 | 101000010 | 1100010 | 100100 |
Color Harmonies of #B80274
Complementary color
Monochromatic Colors of #B80274
Black with #B80274
Text Example
Text Example
White with #B80274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80274; }
p { color: rgb(184,2,116); }
H1.HeaderClassName
{
color: #B80274;
}
.AnyTagClassName
{
color: #B80274;
}
</style>
background-color css
<style>
a { background-color: #B80274; }
a { background-color: rgb(184,2,116); }
div.DivClassName
{
background-color: #B80274;
}
.BgClassName
{
background-color: #B80274;
}
</style>
border-color css
<style>
span { border-color: #B80274; }
span { border-color: rgb(184,2,116); }
td.TdClassName
{
border-color: #B80274;
}
.TagClassName
{
border-color: #B80274;
}
</style>