Shades of Medium Red Violet #BB226B
Tints of Medium Red Violet #BB226B
RGB
CMYK
RGB Variations
Color information
#BB226B (or 0xBB226B) is known color: Medium Red Violet. HEX triplet: BB, 22 and 6B. RGB value is (187,34,107). Sum of RGB (Red+Green+Blue) = 187+34+107=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB226B is #44DD94. Grayscale: #575757. Windows color (decimal): -4513173 or 7021243. OLE color: 7021243.
HSL color Cylindrical-coordinate representation of color #BB226B: hue angle of 331.37º 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 #BB226B is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 107 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.27 |
| HSL | 331.37º | 0.69% | 0.43% | - |
| HSV(B) | 331.37º | 0.82% | 0.73% | - |
| XYZ | 23.72 | 12.77 | 15.12 | - |
| YUV | 88.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 107 | 0 | 0.82 | 0.43 | 0.27 | 331.37 | 0.69 | 0.43 |
| Hex | BB | 22 | 6B | 0 | 52 | 2B | 1B | 14B | 45 | 2B |
| Octal | 273 | 42 | 153 | 0 | 122 | 53 | 33 | 513 | 105 | 53 |
| Binary | 10111011 | 100010 | 1101011 | 0 | 1010010 | 101011 | 11011 | 101001011 | 1000101 | 101011 |
Color Harmonies of #BB226B
Complementary color
Monochromatic Colors of #BB226B
Black with #BB226B
Text Example
Text Example
White with #BB226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB226B; }
p { color: rgb(187,34,107); }
H1.HeaderClassName
{
color: #BB226B;
}
.AnyTagClassName
{
color: #BB226B;
}
</style>
background-color css
<style>
a { background-color: #BB226B; }
a { background-color: rgb(187,34,107); }
div.DivClassName
{
background-color: #BB226B;
}
.BgClassName
{
background-color: #BB226B;
}
</style>
border-color css
<style>
span { border-color: #BB226B; }
span { border-color: rgb(187,34,107); }
td.TdClassName
{
border-color: #BB226B;
}
.TagClassName
{
border-color: #BB226B;
}
</style>