Shades of Medium Red Violet #BB239D
Tints of Medium Red Violet #BB239D
RGB
CMYK
RGB Variations
Color information
#BB239D (or 0xBB239D) is known color: Medium Red Violet. HEX triplet: BB, 23 and 9D. RGB value is (187,35,157). Sum of RGB (Red+Green+Blue) = 187+35+157=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB239D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB239D is #44DC62. Grayscale: #5E5E5E. Windows color (decimal): -4512867 or 10298299. OLE color: 10298299.
HSL color Cylindrical-coordinate representation of color #BB239D: hue angle of 311.84º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB239D is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 157 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.27 |
| HSL | 311.84º | 0.68% | 0.44% | - |
| HSV(B) | 311.84º | 0.81% | 0.73% | - |
| XYZ | 27.18 | 14.2 | 33.21 | - |
| YUV | 94.36 | 163.36 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 157 | 0 | 0.81 | 0.16 | 0.27 | 311.84 | 0.68 | 0.44 |
| Hex | BB | 23 | 9D | 0 | 51 | 10 | 1B | 138 | 44 | 2C |
| Octal | 273 | 43 | 235 | 0 | 121 | 20 | 33 | 470 | 104 | 54 |
| Binary | 10111011 | 100011 | 10011101 | 0 | 1010001 | 10000 | 11011 | 100111000 | 1000100 | 101100 |
Color Harmonies of #BB239D
Complementary color
Monochromatic Colors of #BB239D
Black with #BB239D
Text Example
Text Example
White with #BB239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB239D; }
p { color: rgb(187,35,157); }
H1.HeaderClassName
{
color: #BB239D;
}
.AnyTagClassName
{
color: #BB239D;
}
</style>
background-color css
<style>
a { background-color: #BB239D; }
a { background-color: rgb(187,35,157); }
div.DivClassName
{
background-color: #BB239D;
}
.BgClassName
{
background-color: #BB239D;
}
</style>
border-color css
<style>
span { border-color: #BB239D; }
span { border-color: rgb(187,35,157); }
td.TdClassName
{
border-color: #BB239D;
}
.TagClassName
{
border-color: #BB239D;
}
</style>