Shades of Medium Red Violet #BF308C
Tints of Medium Red Violet #BF308C
RGB
CMYK
RGB Variations
Color information
#BF308C (or 0xBF308C) is known color: Medium Red Violet. HEX triplet: BF, 30 and 8C. RGB value is (191,48,140). Sum of RGB (Red+Green+Blue) = 191+48+140=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF308C is #40CF73. Grayscale: #656565. Windows color (decimal): -4247412 or 9187519. OLE color: 9187519.
HSL color Cylindrical-coordinate representation of color #BF308C: hue angle of 321.4º 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 #BF308C is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 48 | 140 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.25 |
| HSL | 321.4º | 0.6% | 0.47% | - |
| HSV(B) | 321.4º | 0.75% | 0.75% | - |
| XYZ | 27.28 | 15.08 | 26.28 | - |
| YUV | 101.25 | 149.88 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 140 | 0 | 0.75 | 0.27 | 0.25 | 321.4 | 0.6 | 0.47 |
| Hex | BF | 30 | 8C | 0 | 4B | 1B | 19 | 141 | 3C | 2F |
| Octal | 277 | 60 | 214 | 0 | 113 | 33 | 31 | 501 | 74 | 57 |
| Binary | 10111111 | 110000 | 10001100 | 0 | 1001011 | 11011 | 11001 | 101000001 | 111100 | 101111 |
Color Harmonies of #BF308C
Complementary color
Monochromatic Colors of #BF308C
Black with #BF308C
Text Example
Text Example
White with #BF308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF308C; }
p { color: rgb(191,48,140); }
H1.HeaderClassName
{
color: #BF308C;
}
.AnyTagClassName
{
color: #BF308C;
}
</style>
background-color css
<style>
a { background-color: #BF308C; }
a { background-color: rgb(191,48,140); }
div.DivClassName
{
background-color: #BF308C;
}
.BgClassName
{
background-color: #BF308C;
}
</style>
border-color css
<style>
span { border-color: #BF308C; }
span { border-color: rgb(191,48,140); }
td.TdClassName
{
border-color: #BF308C;
}
.TagClassName
{
border-color: #BF308C;
}
</style>