Shades of Medium Violet Red #BF099C
Tints of Medium Violet Red #BF099C
RGB
CMYK
RGB Variations
Color information
#BF099C (or 0xBF099C) is known color: Medium Violet Red. HEX triplet: BF, 09 and 9C. RGB value is (191,9,156). Sum of RGB (Red+Green+Blue) = 191+9+156=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF099C is #40F663. Grayscale: #4F4F4F. Windows color (decimal): -4257380 or 10226111. OLE color: 10226111.
HSL color Cylindrical-coordinate representation of color #BF099C: hue angle of 311.54º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF099C is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 156 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.25 |
| HSL | 311.54º | 0.91% | 0.39% | - |
| HSV(B) | 311.54º | 0.95% | 0.75% | - |
| XYZ | 27.58 | 13.67 | 32.64 | - |
| YUV | 80.18 | 170.8 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 156 | 0 | 0.95 | 0.18 | 0.25 | 311.54 | 0.91 | 0.39 |
| Hex | BF | 9 | 9C | 0 | 5F | 12 | 19 | 138 | 5B | 27 |
| Octal | 277 | 11 | 234 | 0 | 137 | 22 | 31 | 470 | 133 | 47 |
| Binary | 10111111 | 1001 | 10011100 | 0 | 1011111 | 10010 | 11001 | 100111000 | 1011011 | 100111 |
Color Harmonies of #BF099C
Complementary color
Monochromatic Colors of #BF099C
Black with #BF099C
Text Example
Text Example
White with #BF099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF099C; }
p { color: rgb(191,9,156); }
H1.HeaderClassName
{
color: #BF099C;
}
.AnyTagClassName
{
color: #BF099C;
}
</style>
background-color css
<style>
a { background-color: #BF099C; }
a { background-color: rgb(191,9,156); }
div.DivClassName
{
background-color: #BF099C;
}
.BgClassName
{
background-color: #BF099C;
}
</style>
border-color css
<style>
span { border-color: #BF099C; }
span { border-color: rgb(191,9,156); }
td.TdClassName
{
border-color: #BF099C;
}
.TagClassName
{
border-color: #BF099C;
}
</style>