Shades of Medium Violet Red #BF1CAA
Tints of Medium Violet Red #BF1CAA
RGB
CMYK
RGB Variations
Color information
#BF1CAA (or 0xBF1CAA) is known color: Medium Violet Red. HEX triplet: BF, 1C and AA. RGB value is (191,28,170). Sum of RGB (Red+Green+Blue) = 191+28+170=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1CAA is #40E355. Grayscale: #5C5C5C. Windows color (decimal): -4252502 or 11148479. OLE color: 11148479.
HSL color Cylindrical-coordinate representation of color #BF1CAA: hue angle of 307.73º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1CAA is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 28 | 170 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.25 |
| HSL | 307.73º | 0.74% | 0.43% | - |
| HSV(B) | 307.73º | 0.85% | 0.75% | - |
| XYZ | 29.16 | 14.81 | 39.35 | - |
| YUV | 92.93 | 171.5 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 28 | 170 | 0 | 0.85 | 0.11 | 0.25 | 307.73 | 0.74 | 0.43 |
| Hex | BF | 1C | AA | 0 | 55 | B | 19 | 134 | 4A | 2B |
| Octal | 277 | 34 | 252 | 0 | 125 | 13 | 31 | 464 | 112 | 53 |
| Binary | 10111111 | 11100 | 10101010 | 0 | 1010101 | 1011 | 11001 | 100110100 | 1001010 | 101011 |
Color Harmonies of #BF1CAA
Complementary color
Monochromatic Colors of #BF1CAA
Black with #BF1CAA
Text Example
Text Example
White with #BF1CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1CAA; }
p { color: rgb(191,28,170); }
H1.HeaderClassName
{
color: #BF1CAA;
}
.AnyTagClassName
{
color: #BF1CAA;
}
</style>
background-color css
<style>
a { background-color: #BF1CAA; }
a { background-color: rgb(191,28,170); }
div.DivClassName
{
background-color: #BF1CAA;
}
.BgClassName
{
background-color: #BF1CAA;
}
</style>
border-color css
<style>
span { border-color: #BF1CAA; }
span { border-color: rgb(191,28,170); }
td.TdClassName
{
border-color: #BF1CAA;
}
.TagClassName
{
border-color: #BF1CAA;
}
</style>