Shades of Medium Violet Red #BF089B
Tints of Medium Violet Red #BF089B
RGB
CMYK
RGB Variations
Color information
#BF089B (or 0xBF089B) is known color: Medium Violet Red. HEX triplet: BF, 08 and 9B. RGB value is (191,8,155). Sum of RGB (Red+Green+Blue) = 191+8+155=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF089B is #40F764. Grayscale: #4F4F4F. Windows color (decimal): -4257637 or 10160319. OLE color: 10160319.
HSL color Cylindrical-coordinate representation of color #BF089B: hue angle of 311.8º 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 #BF089B is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 155 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.25 |
| HSL | 311.8º | 0.92% | 0.39% | - |
| HSV(B) | 311.8º | 0.96% | 0.75% | - |
| XYZ | 27.49 | 13.62 | 32.19 | - |
| YUV | 79.48 | 170.63 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 155 | 0 | 0.96 | 0.19 | 0.25 | 311.8 | 0.92 | 0.39 |
| Hex | BF | 8 | 9B | 0 | 60 | 13 | 19 | 138 | 5C | 27 |
| Octal | 277 | 10 | 233 | 0 | 140 | 23 | 31 | 470 | 134 | 47 |
| Binary | 10111111 | 1000 | 10011011 | 0 | 1100000 | 10011 | 11001 | 100111000 | 1011100 | 100111 |
Color Harmonies of #BF089B
Complementary color
Monochromatic Colors of #BF089B
Black with #BF089B
Text Example
Text Example
White with #BF089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF089B; }
p { color: rgb(191,8,155); }
H1.HeaderClassName
{
color: #BF089B;
}
.AnyTagClassName
{
color: #BF089B;
}
</style>
background-color css
<style>
a { background-color: #BF089B; }
a { background-color: rgb(191,8,155); }
div.DivClassName
{
background-color: #BF089B;
}
.BgClassName
{
background-color: #BF089B;
}
</style>
border-color css
<style>
span { border-color: #BF089B; }
span { border-color: rgb(191,8,155); }
td.TdClassName
{
border-color: #BF089B;
}
.TagClassName
{
border-color: #BF089B;
}
</style>