Shades of Medium Red Violet #BB4083
Tints of Medium Red Violet #BB4083
RGB
CMYK
RGB Variations
Color information
#BB4083 (or 0xBB4083) is known color: Medium Red Violet. HEX triplet: BB, 40 and 83. RGB value is (187,64,131). Sum of RGB (Red+Green+Blue) = 187+64+131=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4083 is #44BF7C. Grayscale: #6C6C6C. Windows color (decimal): -4505469 or 8601787. OLE color: 8601787.
HSL color Cylindrical-coordinate representation of color #BB4083: hue angle of 327.32º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4083 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 131 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.27 |
| HSL | 327.32º | 0.49% | 0.49% | - |
| HSV(B) | 327.32º | 0.66% | 0.73% | - |
| XYZ | 26.42 | 15.87 | 23.14 | - |
| YUV | 108.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 131 | 0 | 0.66 | 0.30 | 0.27 | 327.32 | 0.49 | 0.49 |
| Hex | BB | 40 | 83 | 0 | 42 | 1E | 1B | 147 | 31 | 31 |
| Octal | 273 | 100 | 203 | 0 | 102 | 36 | 33 | 507 | 61 | 61 |
| Binary | 10111011 | 1000000 | 10000011 | 0 | 1000010 | 11110 | 11011 | 101000111 | 110001 | 110001 |
Color Harmonies of #BB4083
Complementary color
Monochromatic Colors of #BB4083
Black with #BB4083
Text Example
Text Example
White with #BB4083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4083; }
p { color: rgb(187,64,131); }
H1.HeaderClassName
{
color: #BB4083;
}
.AnyTagClassName
{
color: #BB4083;
}
</style>
background-color css
<style>
a { background-color: #BB4083; }
a { background-color: rgb(187,64,131); }
div.DivClassName
{
background-color: #BB4083;
}
.BgClassName
{
background-color: #BB4083;
}
</style>
border-color css
<style>
span { border-color: #BB4083; }
span { border-color: rgb(187,64,131); }
td.TdClassName
{
border-color: #BB4083;
}
.TagClassName
{
border-color: #BB4083;
}
</style>