Shades of Medium Red Violet #BF309B
Tints of Medium Red Violet #BF309B
RGB
CMYK
RGB Variations
Color information
#BF309B (or 0xBF309B) is known color: Medium Red Violet. HEX triplet: BF, 30 and 9B. RGB value is (191,48,155). Sum of RGB (Red+Green+Blue) = 191+48+155=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF309B is #40CF64. Grayscale: #666666. Windows color (decimal): -4247397 or 10170559. OLE color: 10170559.
HSL color Cylindrical-coordinate representation of color #BF309B: hue angle of 315.1º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF309B is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 48 | 155 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.25 |
| HSL | 315.1º | 0.6% | 0.47% | - |
| HSV(B) | 315.1º | 0.75% | 0.75% | - |
| XYZ | 28.46 | 15.56 | 32.51 | - |
| YUV | 102.96 | 157.38 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 155 | 0 | 0.75 | 0.19 | 0.25 | 315.1 | 0.6 | 0.47 |
| Hex | BF | 30 | 9B | 0 | 4B | 13 | 19 | 13B | 3C | 2F |
| Octal | 277 | 60 | 233 | 0 | 113 | 23 | 31 | 473 | 74 | 57 |
| Binary | 10111111 | 110000 | 10011011 | 0 | 1001011 | 10011 | 11001 | 100111011 | 111100 | 101111 |
Color Harmonies of #BF309B
Complementary color
Monochromatic Colors of #BF309B
Black with #BF309B
Text Example
Text Example
White with #BF309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF309B; }
p { color: rgb(191,48,155); }
H1.HeaderClassName
{
color: #BF309B;
}
.AnyTagClassName
{
color: #BF309B;
}
</style>
background-color css
<style>
a { background-color: #BF309B; }
a { background-color: rgb(191,48,155); }
div.DivClassName
{
background-color: #BF309B;
}
.BgClassName
{
background-color: #BF309B;
}
</style>
border-color css
<style>
span { border-color: #BF309B; }
span { border-color: rgb(191,48,155); }
td.TdClassName
{
border-color: #BF309B;
}
.TagClassName
{
border-color: #BF309B;
}
</style>