Shades of Medium Violet Red #BB0583
Tints of Medium Violet Red #BB0583
RGB
CMYK
RGB Variations
Color information
#BB0583 (or 0xBB0583) is known color: Medium Violet Red. HEX triplet: BB, 05 and 83. RGB value is (187,5,131). Sum of RGB (Red+Green+Blue) = 187+5+131=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0583 is #44FA7C. Grayscale: #494949. Windows color (decimal): -4520573 or 8586683. OLE color: 8586683.
HSL color Cylindrical-coordinate representation of color #BB0583: hue angle of 318.46º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0583 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 5 | 131 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.27 |
| HSL | 318.46º | 0.95% | 0.38% | - |
| HSV(B) | 318.46º | 0.97% | 0.73% | - |
| XYZ | 24.64 | 12.31 | 22.55 | - |
| YUV | 73.78 | 160.3 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 131 | 0 | 0.97 | 0.30 | 0.27 | 318.46 | 0.95 | 0.38 |
| Hex | BB | 5 | 83 | 0 | 61 | 1E | 1B | 13E | 5F | 26 |
| Octal | 273 | 5 | 203 | 0 | 141 | 36 | 33 | 476 | 137 | 46 |
| Binary | 10111011 | 101 | 10000011 | 0 | 1100001 | 11110 | 11011 | 100111110 | 1011111 | 100110 |
Color Harmonies of #BB0583
Complementary color
Monochromatic Colors of #BB0583
Black with #BB0583
Text Example
Text Example
White with #BB0583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0583; }
p { color: rgb(187,5,131); }
H1.HeaderClassName
{
color: #BB0583;
}
.AnyTagClassName
{
color: #BB0583;
}
</style>
background-color css
<style>
a { background-color: #BB0583; }
a { background-color: rgb(187,5,131); }
div.DivClassName
{
background-color: #BB0583;
}
.BgClassName
{
background-color: #BB0583;
}
</style>
border-color css
<style>
span { border-color: #BB0583; }
span { border-color: rgb(187,5,131); }
td.TdClassName
{
border-color: #BB0583;
}
.TagClassName
{
border-color: #BB0583;
}
</style>