Shades of Medium Red Violet #BB3282
Tints of Medium Red Violet #BB3282
RGB
CMYK
RGB Variations
Color information
#BB3282 (or 0xBB3282) is known color: Medium Red Violet. HEX triplet: BB, 32 and 82. RGB value is (187,50,130). Sum of RGB (Red+Green+Blue) = 187+50+130=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3282 is #44CD7D. Grayscale: #636363. Windows color (decimal): -4509054 or 8532667. OLE color: 8532667.
HSL color Cylindrical-coordinate representation of color #BB3282: hue angle of 324.96º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3282 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 130 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.27 |
| HSL | 324.96º | 0.58% | 0.46% | - |
| HSV(B) | 324.96º | 0.73% | 0.73% | - |
| XYZ | 25.66 | 14.46 | 22.56 | - |
| YUV | 100.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 130 | 0 | 0.73 | 0.30 | 0.27 | 324.96 | 0.58 | 0.46 |
| Hex | BB | 32 | 82 | 0 | 49 | 1E | 1B | 145 | 3A | 2E |
| Octal | 273 | 62 | 202 | 0 | 111 | 36 | 33 | 505 | 72 | 56 |
| Binary | 10111011 | 110010 | 10000010 | 0 | 1001001 | 11110 | 11011 | 101000101 | 111010 | 101110 |
Color Harmonies of #BB3282
Complementary color
Monochromatic Colors of #BB3282
Black with #BB3282
Text Example
Text Example
White with #BB3282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3282; }
p { color: rgb(187,50,130); }
H1.HeaderClassName
{
color: #BB3282;
}
.AnyTagClassName
{
color: #BB3282;
}
</style>
background-color css
<style>
a { background-color: #BB3282; }
a { background-color: rgb(187,50,130); }
div.DivClassName
{
background-color: #BB3282;
}
.BgClassName
{
background-color: #BB3282;
}
</style>
border-color css
<style>
span { border-color: #BB3282; }
span { border-color: rgb(187,50,130); }
td.TdClassName
{
border-color: #BB3282;
}
.TagClassName
{
border-color: #BB3282;
}
</style>