Shades of Medium Violet Red #BB0FA7
Tints of Medium Violet Red #BB0FA7
RGB
CMYK
RGB Variations
Color information
#BB0FA7 (or 0xBB0FA7) is known color: Medium Violet Red. HEX triplet: BB, 0F and A7. RGB value is (187,15,167). Sum of RGB (Red+Green+Blue) = 187+15+167=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 167 (65.62% from 255 or 45.26% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0FA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0FA7 is #44F058. Grayscale: #535353. Windows color (decimal): -4517977 or 10948539. OLE color: 10948539.
HSL color Cylindrical-coordinate representation of color #BB0FA7: hue angle of 306.98º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0FA7 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 167 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.27 |
| HSL | 306.98º | 0.85% | 0.4% | - |
| HSV(B) | 306.98º | 0.92% | 0.73% | - |
| XYZ | 27.64 | 13.7 | 37.75 | - |
| YUV | 83.76 | 174.98 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 167 | 0 | 0.92 | 0.11 | 0.27 | 306.98 | 0.85 | 0.4 |
| Hex | BB | F | A7 | 0 | 5C | B | 1B | 133 | 55 | 28 |
| Octal | 273 | 17 | 247 | 0 | 134 | 13 | 33 | 463 | 125 | 50 |
| Binary | 10111011 | 1111 | 10100111 | 0 | 1011100 | 1011 | 11011 | 100110011 | 1010101 | 101000 |
Color Harmonies of #BB0FA7
Complementary color
Monochromatic Colors of #BB0FA7
Black with #BB0FA7
Text Example
Text Example
White with #BB0FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FA7; }
p { color: rgb(187,15,167); }
H1.HeaderClassName
{
color: #BB0FA7;
}
.AnyTagClassName
{
color: #BB0FA7;
}
</style>
background-color css
<style>
a { background-color: #BB0FA7; }
a { background-color: rgb(187,15,167); }
div.DivClassName
{
background-color: #BB0FA7;
}
.BgClassName
{
background-color: #BB0FA7;
}
</style>
border-color css
<style>
span { border-color: #BB0FA7; }
span { border-color: rgb(187,15,167); }
td.TdClassName
{
border-color: #BB0FA7;
}
.TagClassName
{
border-color: #BB0FA7;
}
</style>