Shades of Medium Red Violet #BB239B
Tints of Medium Red Violet #BB239B
RGB
CMYK
RGB Variations
Color information
#BB239B (or 0xBB239B) is known color: Medium Red Violet. HEX triplet: BB, 23 and 9B. RGB value is (187,35,155). Sum of RGB (Red+Green+Blue) = 187+35+155=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB239B is #44DC64. Grayscale: #5D5D5D. Windows color (decimal): -4512869 or 10167227. OLE color: 10167227.
HSL color Cylindrical-coordinate representation of color #BB239B: hue angle of 312.63º 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 #BB239B is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 155 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.27 |
| HSL | 312.63º | 0.68% | 0.44% | - |
| HSV(B) | 312.63º | 0.81% | 0.73% | - |
| XYZ | 27.01 | 14.13 | 32.31 | - |
| YUV | 94.13 | 162.36 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 155 | 0 | 0.81 | 0.17 | 0.27 | 312.63 | 0.68 | 0.44 |
| Hex | BB | 23 | 9B | 0 | 51 | 11 | 1B | 139 | 44 | 2C |
| Octal | 273 | 43 | 233 | 0 | 121 | 21 | 33 | 471 | 104 | 54 |
| Binary | 10111011 | 100011 | 10011011 | 0 | 1010001 | 10001 | 11011 | 100111001 | 1000100 | 101100 |
Color Harmonies of #BB239B
Complementary color
Monochromatic Colors of #BB239B
Black with #BB239B
Text Example
Text Example
White with #BB239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB239B; }
p { color: rgb(187,35,155); }
H1.HeaderClassName
{
color: #BB239B;
}
.AnyTagClassName
{
color: #BB239B;
}
</style>
background-color css
<style>
a { background-color: #BB239B; }
a { background-color: rgb(187,35,155); }
div.DivClassName
{
background-color: #BB239B;
}
.BgClassName
{
background-color: #BB239B;
}
</style>
border-color css
<style>
span { border-color: #BB239B; }
span { border-color: rgb(187,35,155); }
td.TdClassName
{
border-color: #BB239B;
}
.TagClassName
{
border-color: #BB239B;
}
</style>