Shades of Medium Red Violet #BB226F
Tints of Medium Red Violet #BB226F
RGB
CMYK
RGB Variations
Color information
#BB226F (or 0xBB226F) is known color: Medium Red Violet. HEX triplet: BB, 22 and 6F. RGB value is (187,34,111). Sum of RGB (Red+Green+Blue) = 187+34+111=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB226F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB226F is #44DD90. Grayscale: #585858. Windows color (decimal): -4513169 or 7283387. OLE color: 7283387.
HSL color Cylindrical-coordinate representation of color #BB226F: hue angle of 329.8º 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 #BB226F is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 111 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.27 |
| HSL | 329.8º | 0.69% | 0.43% | - |
| HSV(B) | 329.8º | 0.82% | 0.73% | - |
| XYZ | 23.93 | 12.86 | 16.26 | - |
| YUV | 88.53 | 140.69 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 111 | 0 | 0.82 | 0.41 | 0.27 | 329.8 | 0.69 | 0.43 |
| Hex | BB | 22 | 6F | 0 | 52 | 29 | 1B | 14A | 45 | 2B |
| Octal | 273 | 42 | 157 | 0 | 122 | 51 | 33 | 512 | 105 | 53 |
| Binary | 10111011 | 100010 | 1101111 | 0 | 1010010 | 101001 | 11011 | 101001010 | 1000101 | 101011 |
Color Harmonies of #BB226F
Complementary color
Monochromatic Colors of #BB226F
Black with #BB226F
Text Example
Text Example
White with #BB226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB226F; }
p { color: rgb(187,34,111); }
H1.HeaderClassName
{
color: #BB226F;
}
.AnyTagClassName
{
color: #BB226F;
}
</style>
background-color css
<style>
a { background-color: #BB226F; }
a { background-color: rgb(187,34,111); }
div.DivClassName
{
background-color: #BB226F;
}
.BgClassName
{
background-color: #BB226F;
}
</style>
border-color css
<style>
span { border-color: #BB226F; }
span { border-color: rgb(187,34,111); }
td.TdClassName
{
border-color: #BB226F;
}
.TagClassName
{
border-color: #BB226F;
}
</style>