Shades of Medium Violet Red #BB067F
Tints of Medium Violet Red #BB067F
RGB
CMYK
RGB Variations
Color information
#BB067F (or 0xBB067F) is known color: Medium Violet Red. HEX triplet: BB, 06 and 7F. RGB value is (187,6,127). Sum of RGB (Red+Green+Blue) = 187+6+127=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB067F is #44F980. Grayscale: #494949. Windows color (decimal): -4520321 or 8324795. OLE color: 8324795.
HSL color Cylindrical-coordinate representation of color #BB067F: hue angle of 319.89º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB067F is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 6 | 127 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.27 |
| HSL | 319.89º | 0.94% | 0.38% | - |
| HSV(B) | 319.89º | 0.97% | 0.73% | - |
| XYZ | 24.39 | 12.23 | 21.15 | - |
| YUV | 73.91 | 157.97 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 127 | 0 | 0.97 | 0.32 | 0.27 | 319.89 | 0.94 | 0.38 |
| Hex | BB | 6 | 7F | 0 | 61 | 20 | 1B | 140 | 5E | 26 |
| Octal | 273 | 6 | 177 | 0 | 141 | 40 | 33 | 500 | 136 | 46 |
| Binary | 10111011 | 110 | 1111111 | 0 | 1100001 | 100000 | 11011 | 101000000 | 1011110 | 100110 |
Color Harmonies of #BB067F
Complementary color
Monochromatic Colors of #BB067F
Black with #BB067F
Text Example
Text Example
White with #BB067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB067F; }
p { color: rgb(187,6,127); }
H1.HeaderClassName
{
color: #BB067F;
}
.AnyTagClassName
{
color: #BB067F;
}
</style>
background-color css
<style>
a { background-color: #BB067F; }
a { background-color: rgb(187,6,127); }
div.DivClassName
{
background-color: #BB067F;
}
.BgClassName
{
background-color: #BB067F;
}
</style>
border-color css
<style>
span { border-color: #BB067F; }
span { border-color: rgb(187,6,127); }
td.TdClassName
{
border-color: #BB067F;
}
.TagClassName
{
border-color: #BB067F;
}
</style>