Shades of Medium Red Violet #BB4282
Tints of Medium Red Violet #BB4282
RGB
CMYK
RGB Variations
Color information
#BB4282 (or 0xBB4282) is known color: Medium Red Violet. HEX triplet: BB, 42 and 82. RGB value is (187,66,130). Sum of RGB (Red+Green+Blue) = 187+66+130=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4282 is #44BD7D. Grayscale: #6D6D6D. Windows color (decimal): -4504958 or 8536763. OLE color: 8536763.
HSL color Cylindrical-coordinate representation of color #BB4282: hue angle of 328.26º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4282 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 130 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.27 |
| HSL | 328.26º | 0.48% | 0.5% | - |
| HSV(B) | 328.26º | 0.65% | 0.73% | - |
| XYZ | 26.47 | 16.07 | 22.83 | - |
| YUV | 109.48 | 139.59 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 130 | 0 | 0.65 | 0.30 | 0.27 | 328.26 | 0.48 | 0.5 |
| Hex | BB | 42 | 82 | 0 | 41 | 1E | 1B | 148 | 30 | 32 |
| Octal | 273 | 102 | 202 | 0 | 101 | 36 | 33 | 510 | 60 | 62 |
| Binary | 10111011 | 1000010 | 10000010 | 0 | 1000001 | 11110 | 11011 | 101001000 | 110000 | 110010 |
Color Harmonies of #BB4282
Complementary color
Monochromatic Colors of #BB4282
Black with #BB4282
Text Example
Text Example
White with #BB4282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4282; }
p { color: rgb(187,66,130); }
H1.HeaderClassName
{
color: #BB4282;
}
.AnyTagClassName
{
color: #BB4282;
}
</style>
background-color css
<style>
a { background-color: #BB4282; }
a { background-color: rgb(187,66,130); }
div.DivClassName
{
background-color: #BB4282;
}
.BgClassName
{
background-color: #BB4282;
}
</style>
border-color css
<style>
span { border-color: #BB4282; }
span { border-color: rgb(187,66,130); }
td.TdClassName
{
border-color: #BB4282;
}
.TagClassName
{
border-color: #BB4282;
}
</style>