Shades of Medium Violet Red #B80683
Tints of Medium Violet Red #B80683
RGB
CMYK
RGB Variations
Color information
#B80683 (or 0xB80683) is known color: Medium Violet Red. HEX triplet: B8, 06 and 83. RGB value is (184,6,131). Sum of RGB (Red+Green+Blue) = 184+6+131=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B80683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80683 is #47F97C. Grayscale: #494949. Windows color (decimal): -4716925 or 8586936. OLE color: 8586936.
HSL color Cylindrical-coordinate representation of color #B80683: hue angle of 317.87º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80683 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 131 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.28 |
| HSL | 317.87º | 0.94% | 0.37% | - |
| HSV(B) | 317.87º | 0.97% | 0.72% | - |
| XYZ | 23.93 | 11.96 | 22.52 | - |
| YUV | 73.47 | 160.47 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 131 | 0 | 0.97 | 0.29 | 0.28 | 317.87 | 0.94 | 0.37 |
| Hex | B8 | 6 | 83 | 0 | 61 | 1D | 1C | 13E | 5E | 25 |
| Octal | 270 | 6 | 203 | 0 | 141 | 35 | 34 | 476 | 136 | 45 |
| Binary | 10111000 | 110 | 10000011 | 0 | 1100001 | 11101 | 11100 | 100111110 | 1011110 | 100101 |
Color Harmonies of #B80683
Complementary color
Monochromatic Colors of #B80683
Black with #B80683
Text Example
Text Example
White with #B80683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80683; }
p { color: rgb(184,6,131); }
H1.HeaderClassName
{
color: #B80683;
}
.AnyTagClassName
{
color: #B80683;
}
</style>
background-color css
<style>
a { background-color: #B80683; }
a { background-color: rgb(184,6,131); }
div.DivClassName
{
background-color: #B80683;
}
.BgClassName
{
background-color: #B80683;
}
</style>
border-color css
<style>
span { border-color: #B80683; }
span { border-color: rgb(184,6,131); }
td.TdClassName
{
border-color: #B80683;
}
.TagClassName
{
border-color: #B80683;
}
</style>