Shades of Medium Red Violet #BB226D
Tints of Medium Red Violet #BB226D
RGB
CMYK
RGB Variations
Color information
#BB226D (or 0xBB226D) is known color: Medium Red Violet. HEX triplet: BB, 22 and 6D. RGB value is (187,34,109). Sum of RGB (Red+Green+Blue) = 187+34+109=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB226D is #44DD92. Grayscale: #585858. Windows color (decimal): -4513171 or 7152315. OLE color: 7152315.
HSL color Cylindrical-coordinate representation of color #BB226D: hue angle of 330.59º 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 #BB226D is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 109 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.27 |
| HSL | 330.59º | 0.69% | 0.43% | - |
| HSV(B) | 330.59º | 0.82% | 0.73% | - |
| XYZ | 23.83 | 12.81 | 15.69 | - |
| YUV | 88.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 109 | 0 | 0.82 | 0.42 | 0.27 | 330.59 | 0.69 | 0.43 |
| Hex | BB | 22 | 6D | 0 | 52 | 2A | 1B | 14B | 45 | 2B |
| Octal | 273 | 42 | 155 | 0 | 122 | 52 | 33 | 513 | 105 | 53 |
| Binary | 10111011 | 100010 | 1101101 | 0 | 1010010 | 101010 | 11011 | 101001011 | 1000101 | 101011 |
Color Harmonies of #BB226D
Complementary color
Monochromatic Colors of #BB226D
Black with #BB226D
Text Example
Text Example
White with #BB226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB226D; }
p { color: rgb(187,34,109); }
H1.HeaderClassName
{
color: #BB226D;
}
.AnyTagClassName
{
color: #BB226D;
}
</style>
background-color css
<style>
a { background-color: #BB226D; }
a { background-color: rgb(187,34,109); }
div.DivClassName
{
background-color: #BB226D;
}
.BgClassName
{
background-color: #BB226D;
}
</style>
border-color css
<style>
span { border-color: #BB226D; }
span { border-color: rgb(187,34,109); }
td.TdClassName
{
border-color: #BB226D;
}
.TagClassName
{
border-color: #BB226D;
}
</style>