Shades of Medium Violet Red #BB229B
Tints of Medium Violet Red #BB229B
RGB
CMYK
RGB Variations
Color information
#BB229B (or 0xBB229B) is known color: Medium Violet Red. HEX triplet: BB, 22 and 9B. RGB value is (187,34,155). Sum of RGB (Red+Green+Blue) = 187+34+155=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB229B is #44DD64. Grayscale: #5D5D5D. Windows color (decimal): -4513125 or 10166971. OLE color: 10166971.
HSL color Cylindrical-coordinate representation of color #BB229B: hue angle of 312.55º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB229B is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 155 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.27 |
| HSL | 312.55º | 0.69% | 0.43% | - |
| HSV(B) | 312.55º | 0.82% | 0.73% | - |
| XYZ | 26.98 | 14.08 | 32.31 | - |
| YUV | 93.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 155 | 0 | 0.82 | 0.17 | 0.27 | 312.55 | 0.69 | 0.43 |
| Hex | BB | 22 | 9B | 0 | 52 | 11 | 1B | 139 | 45 | 2B |
| Octal | 273 | 42 | 233 | 0 | 122 | 21 | 33 | 471 | 105 | 53 |
| Binary | 10111011 | 100010 | 10011011 | 0 | 1010010 | 10001 | 11011 | 100111001 | 1000101 | 101011 |
Color Harmonies of #BB229B
Complementary color
Monochromatic Colors of #BB229B
Black with #BB229B
Text Example
Text Example
White with #BB229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB229B; }
p { color: rgb(187,34,155); }
H1.HeaderClassName
{
color: #BB229B;
}
.AnyTagClassName
{
color: #BB229B;
}
</style>
background-color css
<style>
a { background-color: #BB229B; }
a { background-color: rgb(187,34,155); }
div.DivClassName
{
background-color: #BB229B;
}
.BgClassName
{
background-color: #BB229B;
}
</style>
border-color css
<style>
span { border-color: #BB229B; }
span { border-color: rgb(187,34,155); }
td.TdClassName
{
border-color: #BB229B;
}
.TagClassName
{
border-color: #BB229B;
}
</style>