Shades of Medium Violet Red #BF0CA2
Tints of Medium Violet Red #BF0CA2
RGB
CMYK
RGB Variations
Color information
#BF0CA2 (or 0xBF0CA2) is known color: Medium Violet Red. HEX triplet: BF, 0C and A2. RGB value is (191,12,162). Sum of RGB (Red+Green+Blue) = 191+12+162=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0CA2 is #40F35D. Grayscale: #525252. Windows color (decimal): -4256606 or 10620095. OLE color: 10620095.
HSL color Cylindrical-coordinate representation of color #BF0CA2: hue angle of 309.72º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0CA2 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 162 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.25 |
| HSL | 309.72º | 0.88% | 0.4% | - |
| HSV(B) | 309.72º | 0.94% | 0.75% | - |
| XYZ | 28.14 | 13.95 | 35.39 | - |
| YUV | 82.62 | 172.8 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 162 | 0 | 0.94 | 0.15 | 0.25 | 309.72 | 0.88 | 0.4 |
| Hex | BF | C | A2 | 0 | 5E | F | 19 | 136 | 58 | 28 |
| Octal | 277 | 14 | 242 | 0 | 136 | 17 | 31 | 466 | 130 | 50 |
| Binary | 10111111 | 1100 | 10100010 | 0 | 1011110 | 1111 | 11001 | 100110110 | 1011000 | 101000 |
Color Harmonies of #BF0CA2
Complementary color
Monochromatic Colors of #BF0CA2
Black with #BF0CA2
Text Example
Text Example
White with #BF0CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0CA2; }
p { color: rgb(191,12,162); }
H1.HeaderClassName
{
color: #BF0CA2;
}
.AnyTagClassName
{
color: #BF0CA2;
}
</style>
background-color css
<style>
a { background-color: #BF0CA2; }
a { background-color: rgb(191,12,162); }
div.DivClassName
{
background-color: #BF0CA2;
}
.BgClassName
{
background-color: #BF0CA2;
}
</style>
border-color css
<style>
span { border-color: #BF0CA2; }
span { border-color: rgb(191,12,162); }
td.TdClassName
{
border-color: #BF0CA2;
}
.TagClassName
{
border-color: #BF0CA2;
}
</style>