Shades of Medium Violet Red #BF009B
Tints of Medium Violet Red #BF009B
RGB
CMYK
RGB Variations
Color information
#BF009B (or 0xBF009B) is known color: Medium Violet Red. HEX triplet: BF, 00 and 9B. RGB value is (191,0,155). Sum of RGB (Red+Green+Blue) = 191+0+155=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF009B is #40FF64. Grayscale: #4A4A4A. Windows color (decimal): -4259685 or 10158271. OLE color: 10158271.
HSL color Cylindrical-coordinate representation of color #BF009B: hue angle of 311.31º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF009B is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.19 | 0.25 |
| HSL | 311.31º | 1% | 0.37% | - |
| HSV(B) | 311.31º | 1% | 0.75% | - |
| XYZ | 27.4 | 13.44 | 32.16 | - |
| YUV | 74.78 | 173.28 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 155 | 0 | 1 | 0.19 | 0.25 | 311.31 | 1 | 0.37 |
| Hex | BF | 0 | 9B | 0 | 64 | 13 | 19 | 137 | 64 | 25 |
| Octal | 277 | 0 | 233 | 0 | 144 | 23 | 31 | 467 | 144 | 45 |
| Binary | 10111111 | 0 | 10011011 | 0 | 1100100 | 10011 | 11001 | 100110111 | 1100100 | 100101 |
Color Harmonies of #BF009B
Complementary color
Monochromatic Colors of #BF009B
Black with #BF009B
Text Example
Text Example
White with #BF009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF009B; }
p { color: rgb(191,0,155); }
H1.HeaderClassName
{
color: #BF009B;
}
.AnyTagClassName
{
color: #BF009B;
}
</style>
background-color css
<style>
a { background-color: #BF009B; }
a { background-color: rgb(191,0,155); }
div.DivClassName
{
background-color: #BF009B;
}
.BgClassName
{
background-color: #BF009B;
}
</style>
border-color css
<style>
span { border-color: #BF009B; }
span { border-color: rgb(191,0,155); }
td.TdClassName
{
border-color: #BF009B;
}
.TagClassName
{
border-color: #BF009B;
}
</style>