Shades of Medium Red Violet #BB2285
Tints of Medium Red Violet #BB2285
RGB
CMYK
RGB Variations
Color information
#BB2285 (or 0xBB2285) is known color: Medium Red Violet. HEX triplet: BB, 22 and 85. RGB value is (187,34,133). Sum of RGB (Red+Green+Blue) = 187+34+133=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2285 is #44DD7A. Grayscale: #5A5A5A. Windows color (decimal): -4513147 or 8725179. OLE color: 8725179.
HSL color Cylindrical-coordinate representation of color #BB2285: hue angle of 321.18º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2285 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 133 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.27 |
| HSL | 321.18º | 0.69% | 0.43% | - |
| HSV(B) | 321.18º | 0.82% | 0.73% | - |
| XYZ | 25.3 | 13.4 | 23.44 | - |
| YUV | 91.03 | 151.69 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 133 | 0 | 0.82 | 0.29 | 0.27 | 321.18 | 0.69 | 0.43 |
| Hex | BB | 22 | 85 | 0 | 52 | 1D | 1B | 141 | 45 | 2B |
| Octal | 273 | 42 | 205 | 0 | 122 | 35 | 33 | 501 | 105 | 53 |
| Binary | 10111011 | 100010 | 10000101 | 0 | 1010010 | 11101 | 11011 | 101000001 | 1000101 | 101011 |
Color Harmonies of #BB2285
Complementary color
Monochromatic Colors of #BB2285
Black with #BB2285
Text Example
Text Example
White with #BB2285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2285; }
p { color: rgb(187,34,133); }
H1.HeaderClassName
{
color: #BB2285;
}
.AnyTagClassName
{
color: #BB2285;
}
</style>
background-color css
<style>
a { background-color: #BB2285; }
a { background-color: rgb(187,34,133); }
div.DivClassName
{
background-color: #BB2285;
}
.BgClassName
{
background-color: #BB2285;
}
</style>
border-color css
<style>
span { border-color: #BB2285; }
span { border-color: rgb(187,34,133); }
td.TdClassName
{
border-color: #BB2285;
}
.TagClassName
{
border-color: #BB2285;
}
</style>