Shades of Medium Violet Red #BF089A
Tints of Medium Violet Red #BF089A
RGB
CMYK
RGB Variations
Color information
#BF089A (or 0xBF089A) is known color: Medium Violet Red. HEX triplet: BF, 08 and 9A. RGB value is (191,8,154). Sum of RGB (Red+Green+Blue) = 191+8+154=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF089A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF089A is #40F765. Grayscale: #4E4E4E. Windows color (decimal): -4257638 or 10094783. OLE color: 10094783.
HSL color Cylindrical-coordinate representation of color #BF089A: hue angle of 312.13º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF089A is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 154 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.25 |
| HSL | 312.13º | 0.92% | 0.39% | - |
| HSV(B) | 312.13º | 0.96% | 0.75% | - |
| XYZ | 27.41 | 13.58 | 31.75 | - |
| YUV | 79.36 | 170.13 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 154 | 0 | 0.96 | 0.19 | 0.25 | 312.13 | 0.92 | 0.39 |
| Hex | BF | 8 | 9A | 0 | 60 | 13 | 19 | 138 | 5C | 27 |
| Octal | 277 | 10 | 232 | 0 | 140 | 23 | 31 | 470 | 134 | 47 |
| Binary | 10111111 | 1000 | 10011010 | 0 | 1100000 | 10011 | 11001 | 100111000 | 1011100 | 100111 |
Color Harmonies of #BF089A
Complementary color
Monochromatic Colors of #BF089A
Black with #BF089A
Text Example
Text Example
White with #BF089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF089A; }
p { color: rgb(191,8,154); }
H1.HeaderClassName
{
color: #BF089A;
}
.AnyTagClassName
{
color: #BF089A;
}
</style>
background-color css
<style>
a { background-color: #BF089A; }
a { background-color: rgb(191,8,154); }
div.DivClassName
{
background-color: #BF089A;
}
.BgClassName
{
background-color: #BF089A;
}
</style>
border-color css
<style>
span { border-color: #BF089A; }
span { border-color: rgb(191,8,154); }
td.TdClassName
{
border-color: #BF089A;
}
.TagClassName
{
border-color: #BF089A;
}
</style>