Shades of Medium Violet Red #BF069A
Tints of Medium Violet Red #BF069A
RGB
CMYK
RGB Variations
Color information
#BF069A (or 0xBF069A) is known color: Medium Violet Red. HEX triplet: BF, 06 and 9A. RGB value is (191,6,154). Sum of RGB (Red+Green+Blue) = 191+6+154=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF069A is #40F965. Grayscale: #4D4D4D. Windows color (decimal): -4258150 or 10094271. OLE color: 10094271.
HSL color Cylindrical-coordinate representation of color #BF069A: hue angle of 312º 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 #BF069A is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 6 | 154 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.25 |
| HSL | 312º | 0.94% | 0.39% | - |
| HSV(B) | 312º | 0.97% | 0.75% | - |
| XYZ | 27.38 | 13.54 | 31.74 | - |
| YUV | 78.19 | 170.79 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 154 | 0 | 0.97 | 0.19 | 0.25 | 312 | 0.94 | 0.39 |
| Hex | BF | 6 | 9A | 0 | 61 | 13 | 19 | 138 | 5E | 27 |
| Octal | 277 | 6 | 232 | 0 | 141 | 23 | 31 | 470 | 136 | 47 |
| Binary | 10111111 | 110 | 10011010 | 0 | 1100001 | 10011 | 11001 | 100111000 | 1011110 | 100111 |
Color Harmonies of #BF069A
Complementary color
Monochromatic Colors of #BF069A
Black with #BF069A
Text Example
Text Example
White with #BF069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF069A; }
p { color: rgb(191,6,154); }
H1.HeaderClassName
{
color: #BF069A;
}
.AnyTagClassName
{
color: #BF069A;
}
</style>
background-color css
<style>
a { background-color: #BF069A; }
a { background-color: rgb(191,6,154); }
div.DivClassName
{
background-color: #BF069A;
}
.BgClassName
{
background-color: #BF069A;
}
</style>
border-color css
<style>
span { border-color: #BF069A; }
span { border-color: rgb(191,6,154); }
td.TdClassName
{
border-color: #BF069A;
}
.TagClassName
{
border-color: #BF069A;
}
</style>