Shades of Medium Violet Red #BB228C
Tints of Medium Violet Red #BB228C
RGB
CMYK
RGB Variations
Color information
#BB228C (or 0xBB228C) is known color: Medium Violet Red. HEX triplet: BB, 22 and 8C. RGB value is (187,34,140). Sum of RGB (Red+Green+Blue) = 187+34+140=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB228C is #44DD73. Grayscale: #5B5B5B. Windows color (decimal): -4513140 or 9183931. OLE color: 9183931.
HSL color Cylindrical-coordinate representation of color #BB228C: hue angle of 318.43º 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 #BB228C is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 140 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.27 |
| HSL | 318.43º | 0.69% | 0.43% | - |
| HSV(B) | 318.43º | 0.82% | 0.73% | - |
| XYZ | 25.8 | 13.6 | 26.08 | - |
| YUV | 91.83 | 155.19 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 140 | 0 | 0.82 | 0.25 | 0.27 | 318.43 | 0.69 | 0.43 |
| Hex | BB | 22 | 8C | 0 | 52 | 19 | 1B | 13E | 45 | 2B |
| Octal | 273 | 42 | 214 | 0 | 122 | 31 | 33 | 476 | 105 | 53 |
| Binary | 10111011 | 100010 | 10001100 | 0 | 1010010 | 11001 | 11011 | 100111110 | 1000101 | 101011 |
Color Harmonies of #BB228C
Complementary color
Monochromatic Colors of #BB228C
Black with #BB228C
Text Example
Text Example
White with #BB228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB228C; }
p { color: rgb(187,34,140); }
H1.HeaderClassName
{
color: #BB228C;
}
.AnyTagClassName
{
color: #BB228C;
}
</style>
background-color css
<style>
a { background-color: #BB228C; }
a { background-color: rgb(187,34,140); }
div.DivClassName
{
background-color: #BB228C;
}
.BgClassName
{
background-color: #BB228C;
}
</style>
border-color css
<style>
span { border-color: #BB228C; }
span { border-color: rgb(187,34,140); }
td.TdClassName
{
border-color: #BB228C;
}
.TagClassName
{
border-color: #BB228C;
}
</style>