Shades of Medium Violet Red #BF067D
Tints of Medium Violet Red #BF067D
RGB
CMYK
RGB Variations
Color information
#BF067D (or 0xBF067D) is known color: Medium Violet Red. HEX triplet: BF, 06 and 7D. RGB value is (191,6,125). Sum of RGB (Red+Green+Blue) = 191+6+125=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF067D is #40F982. Grayscale: #4A4A4A. Windows color (decimal): -4258179 or 8193727. OLE color: 8193727.
HSL color Cylindrical-coordinate representation of color #BF067D: hue angle of 321.41º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF067D is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 6 | 125 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.25 |
| HSL | 321.41º | 0.94% | 0.39% | - |
| HSV(B) | 321.41º | 0.97% | 0.75% | - |
| XYZ | 25.25 | 12.69 | 20.52 | - |
| YUV | 74.88 | 156.29 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 125 | 0 | 0.97 | 0.35 | 0.25 | 321.41 | 0.94 | 0.39 |
| Hex | BF | 6 | 7D | 0 | 61 | 23 | 19 | 141 | 5E | 27 |
| Octal | 277 | 6 | 175 | 0 | 141 | 43 | 31 | 501 | 136 | 47 |
| Binary | 10111111 | 110 | 1111101 | 0 | 1100001 | 100011 | 11001 | 101000001 | 1011110 | 100111 |
Color Harmonies of #BF067D
Complementary color
Monochromatic Colors of #BF067D
Black with #BF067D
Text Example
Text Example
White with #BF067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF067D; }
p { color: rgb(191,6,125); }
H1.HeaderClassName
{
color: #BF067D;
}
.AnyTagClassName
{
color: #BF067D;
}
</style>
background-color css
<style>
a { background-color: #BF067D; }
a { background-color: rgb(191,6,125); }
div.DivClassName
{
background-color: #BF067D;
}
.BgClassName
{
background-color: #BF067D;
}
</style>
border-color css
<style>
span { border-color: #BF067D; }
span { border-color: rgb(191,6,125); }
td.TdClassName
{
border-color: #BF067D;
}
.TagClassName
{
border-color: #BF067D;
}
</style>