Shades of Medium Violet Red #BB017C
Tints of Medium Violet Red #BB017C
RGB
CMYK
RGB Variations
Color information
#BB017C (or 0xBB017C) is known color: Medium Violet Red. HEX triplet: BB, 01 and 7C. RGB value is (187,1,124). Sum of RGB (Red+Green+Blue) = 187+1+124=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB017C is #44FE83. Grayscale: #464646. Windows color (decimal): -4521604 or 8126907. OLE color: 8126907.
HSL color Cylindrical-coordinate representation of color #BB017C: hue angle of 320.32º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB017C is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.27 |
| HSL | 320.32º | 0.99% | 0.37% | - |
| HSV(B) | 320.32º | 0.99% | 0.73% | - |
| XYZ | 24.14 | 12.04 | 20.12 | - |
| YUV | 70.64 | 158.12 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 124 | 0 | 0.99 | 0.34 | 0.27 | 320.32 | 0.99 | 0.37 |
| Hex | BB | 1 | 7C | 0 | 63 | 22 | 1B | 140 | 63 | 25 |
| Octal | 273 | 1 | 174 | 0 | 143 | 42 | 33 | 500 | 143 | 45 |
| Binary | 10111011 | 1 | 1111100 | 0 | 1100011 | 100010 | 11011 | 101000000 | 1100011 | 100101 |
Color Harmonies of #BB017C
Complementary color
Monochromatic Colors of #BB017C
Black with #BB017C
Text Example
Text Example
White with #BB017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB017C; }
p { color: rgb(187,1,124); }
H1.HeaderClassName
{
color: #BB017C;
}
.AnyTagClassName
{
color: #BB017C;
}
</style>
background-color css
<style>
a { background-color: #BB017C; }
a { background-color: rgb(187,1,124); }
div.DivClassName
{
background-color: #BB017C;
}
.BgClassName
{
background-color: #BB017C;
}
</style>
border-color css
<style>
span { border-color: #BB017C; }
span { border-color: rgb(187,1,124); }
td.TdClassName
{
border-color: #BB017C;
}
.TagClassName
{
border-color: #BB017C;
}
</style>