Shades of Medium Violet Red #BB0183
Tints of Medium Violet Red #BB0183
RGB
CMYK
RGB Variations
Color information
#BB0183 (or 0xBB0183) is known color: Medium Violet Red. HEX triplet: BB, 01 and 83. RGB value is (187,1,131). Sum of RGB (Red+Green+Blue) = 187+1+131=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0183 is #44FE7C. Grayscale: #474747. Windows color (decimal): -4521597 or 8585659. OLE color: 8585659.
HSL color Cylindrical-coordinate representation of color #BB0183: hue angle of 318.06º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0183 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.27 |
| HSL | 318.06º | 0.99% | 0.37% | - |
| HSV(B) | 318.06º | 0.99% | 0.73% | - |
| XYZ | 24.6 | 12.23 | 22.54 | - |
| YUV | 71.43 | 161.62 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 131 | 0 | 0.99 | 0.30 | 0.27 | 318.06 | 0.99 | 0.37 |
| Hex | BB | 1 | 83 | 0 | 63 | 1E | 1B | 13E | 63 | 25 |
| Octal | 273 | 1 | 203 | 0 | 143 | 36 | 33 | 476 | 143 | 45 |
| Binary | 10111011 | 1 | 10000011 | 0 | 1100011 | 11110 | 11011 | 100111110 | 1100011 | 100101 |
Color Harmonies of #BB0183
Complementary color
Monochromatic Colors of #BB0183
Black with #BB0183
Text Example
Text Example
White with #BB0183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0183; }
p { color: rgb(187,1,131); }
H1.HeaderClassName
{
color: #BB0183;
}
.AnyTagClassName
{
color: #BB0183;
}
</style>
background-color css
<style>
a { background-color: #BB0183; }
a { background-color: rgb(187,1,131); }
div.DivClassName
{
background-color: #BB0183;
}
.BgClassName
{
background-color: #BB0183;
}
</style>
border-color css
<style>
span { border-color: #BB0183; }
span { border-color: rgb(187,1,131); }
td.TdClassName
{
border-color: #BB0183;
}
.TagClassName
{
border-color: #BB0183;
}
</style>