Shades of Medium Red Violet #BB398C
Tints of Medium Red Violet #BB398C
RGB
CMYK
RGB Variations
Color information
#BB398C (or 0xBB398C) is known color: Medium Red Violet. HEX triplet: BB, 39 and 8C. RGB value is (187,57,140). Sum of RGB (Red+Green+Blue) = 187+57+140=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB398C is #44C673. Grayscale: #696969. Windows color (decimal): -4507252 or 9189819. OLE color: 9189819.
HSL color Cylindrical-coordinate representation of color #BB398C: hue angle of 321.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB398C is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 57 | 140 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.27 |
| HSL | 321.69º | 0.53% | 0.48% | - |
| HSV(B) | 321.69º | 0.7% | 0.73% | - |
| XYZ | 26.69 | 15.38 | 26.37 | - |
| YUV | 105.33 | 147.57 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 140 | 0 | 0.70 | 0.25 | 0.27 | 321.69 | 0.53 | 0.48 |
| Hex | BB | 39 | 8C | 0 | 46 | 19 | 1B | 142 | 35 | 30 |
| Octal | 273 | 71 | 214 | 0 | 106 | 31 | 33 | 502 | 65 | 60 |
| Binary | 10111011 | 111001 | 10001100 | 0 | 1000110 | 11001 | 11011 | 101000010 | 110101 | 110000 |
Color Harmonies of #BB398C
Complementary color
Monochromatic Colors of #BB398C
Black with #BB398C
Text Example
Text Example
White with #BB398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB398C; }
p { color: rgb(187,57,140); }
H1.HeaderClassName
{
color: #BB398C;
}
.AnyTagClassName
{
color: #BB398C;
}
</style>
background-color css
<style>
a { background-color: #BB398C; }
a { background-color: rgb(187,57,140); }
div.DivClassName
{
background-color: #BB398C;
}
.BgClassName
{
background-color: #BB398C;
}
</style>
border-color css
<style>
span { border-color: #BB398C; }
span { border-color: rgb(187,57,140); }
td.TdClassName
{
border-color: #BB398C;
}
.TagClassName
{
border-color: #BB398C;
}
</style>