Shades of Medium Violet Red #BF089C
Tints of Medium Violet Red #BF089C
RGB
CMYK
RGB Variations
Color information
#BF089C (or 0xBF089C) is known color: Medium Violet Red. HEX triplet: BF, 08 and 9C. RGB value is (191,8,156). Sum of RGB (Red+Green+Blue) = 191+8+156=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF089C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF089C is #40F763. Grayscale: #4F4F4F. Windows color (decimal): -4257636 or 10225855. OLE color: 10225855.
HSL color Cylindrical-coordinate representation of color #BF089C: hue angle of 311.48º 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 #BF089C is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 156 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.25 |
| HSL | 311.48º | 0.92% | 0.39% | - |
| HSV(B) | 311.48º | 0.96% | 0.75% | - |
| XYZ | 27.57 | 13.65 | 32.63 | - |
| YUV | 79.59 | 171.13 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 156 | 0 | 0.96 | 0.18 | 0.25 | 311.48 | 0.92 | 0.39 |
| Hex | BF | 8 | 9C | 0 | 60 | 12 | 19 | 137 | 5C | 27 |
| Octal | 277 | 10 | 234 | 0 | 140 | 22 | 31 | 467 | 134 | 47 |
| Binary | 10111111 | 1000 | 10011100 | 0 | 1100000 | 10010 | 11001 | 100110111 | 1011100 | 100111 |
Color Harmonies of #BF089C
Complementary color
Monochromatic Colors of #BF089C
Black with #BF089C
Text Example
Text Example
White with #BF089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF089C; }
p { color: rgb(191,8,156); }
H1.HeaderClassName
{
color: #BF089C;
}
.AnyTagClassName
{
color: #BF089C;
}
</style>
background-color css
<style>
a { background-color: #BF089C; }
a { background-color: rgb(191,8,156); }
div.DivClassName
{
background-color: #BF089C;
}
.BgClassName
{
background-color: #BF089C;
}
</style>
border-color css
<style>
span { border-color: #BF089C; }
span { border-color: rgb(191,8,156); }
td.TdClassName
{
border-color: #BF089C;
}
.TagClassName
{
border-color: #BF089C;
}
</style>