Shades of Medium Red Violet #BB4093
Tints of Medium Red Violet #BB4093
RGB
CMYK
RGB Variations
Color information
#BB4093 (or 0xBB4093) is known color: Medium Red Violet. HEX triplet: BB, 40 and 93. RGB value is (187,64,147). Sum of RGB (Red+Green+Blue) = 187+64+147=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4093 is #44BF6C. Grayscale: #6E6E6E. Windows color (decimal): -4505453 or 9650363. OLE color: 9650363.
HSL color Cylindrical-coordinate representation of color #BB4093: hue angle of 319.51º 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 #BB4093 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 147 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.27 |
| HSL | 319.51º | 0.49% | 0.49% | - |
| HSV(B) | 319.51º | 0.66% | 0.73% | - |
| XYZ | 27.59 | 16.34 | 29.3 | - |
| YUV | 110.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 147 | 0 | 0.66 | 0.21 | 0.27 | 319.51 | 0.49 | 0.49 |
| Hex | BB | 40 | 93 | 0 | 42 | 15 | 1B | 140 | 31 | 31 |
| Octal | 273 | 100 | 223 | 0 | 102 | 25 | 33 | 500 | 61 | 61 |
| Binary | 10111011 | 1000000 | 10010011 | 0 | 1000010 | 10101 | 11011 | 101000000 | 110001 | 110001 |
Color Harmonies of #BB4093
Complementary color
Monochromatic Colors of #BB4093
Black with #BB4093
Text Example
Text Example
White with #BB4093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4093; }
p { color: rgb(187,64,147); }
H1.HeaderClassName
{
color: #BB4093;
}
.AnyTagClassName
{
color: #BB4093;
}
</style>
background-color css
<style>
a { background-color: #BB4093; }
a { background-color: rgb(187,64,147); }
div.DivClassName
{
background-color: #BB4093;
}
.BgClassName
{
background-color: #BB4093;
}
</style>
border-color css
<style>
span { border-color: #BB4093; }
span { border-color: rgb(187,64,147); }
td.TdClassName
{
border-color: #BB4093;
}
.TagClassName
{
border-color: #BB4093;
}
</style>