Shades of Medium Red Violet #BB298C
Tints of Medium Red Violet #BB298C
RGB
CMYK
RGB Variations
Color information
#BB298C (or 0xBB298C) is known color: Medium Red Violet. HEX triplet: BB, 29 and 8C. RGB value is (187,41,140). Sum of RGB (Red+Green+Blue) = 187+41+140=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB298C is #44D673. Grayscale: #5F5F5F. Windows color (decimal): -4511348 or 9185723. OLE color: 9185723.
HSL color Cylindrical-coordinate representation of color #BB298C: hue angle of 319.32º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB298C is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 41 | 140 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.27 |
| HSL | 319.32º | 0.64% | 0.45% | - |
| HSV(B) | 319.32º | 0.78% | 0.73% | - |
| XYZ | 26.02 | 14.04 | 26.15 | - |
| YUV | 95.94 | 152.87 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 140 | 0 | 0.78 | 0.25 | 0.27 | 319.32 | 0.64 | 0.45 |
| Hex | BB | 29 | 8C | 0 | 4E | 19 | 1B | 13F | 40 | 2D |
| Octal | 273 | 51 | 214 | 0 | 116 | 31 | 33 | 477 | 100 | 55 |
| Binary | 10111011 | 101001 | 10001100 | 0 | 1001110 | 11001 | 11011 | 100111111 | 1000000 | 101101 |
Color Harmonies of #BB298C
Complementary color
Monochromatic Colors of #BB298C
Black with #BB298C
Text Example
Text Example
White with #BB298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB298C; }
p { color: rgb(187,41,140); }
H1.HeaderClassName
{
color: #BB298C;
}
.AnyTagClassName
{
color: #BB298C;
}
</style>
background-color css
<style>
a { background-color: #BB298C; }
a { background-color: rgb(187,41,140); }
div.DivClassName
{
background-color: #BB298C;
}
.BgClassName
{
background-color: #BB298C;
}
</style>
border-color css
<style>
span { border-color: #BB298C; }
span { border-color: rgb(187,41,140); }
td.TdClassName
{
border-color: #BB298C;
}
.TagClassName
{
border-color: #BB298C;
}
</style>