Shades of Medium Red Violet #BC309F
Tints of Medium Red Violet #BC309F
RGB
CMYK
RGB Variations
Color information
#BC309F (or 0xBC309F) is known color: Medium Red Violet. HEX triplet: BC, 30 and 9F. RGB value is (188,48,159). Sum of RGB (Red+Green+Blue) = 188+48+159=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC309F is #43CF60. Grayscale: #666666. Windows color (decimal): -4444001 or 10432700. OLE color: 10432700.
HSL color Cylindrical-coordinate representation of color #BC309F: hue angle of 312.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC309F is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 159 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.26 |
| HSL | 312.43º | 0.59% | 0.46% | - |
| HSV(B) | 312.43º | 0.74% | 0.74% | - |
| XYZ | 28.05 | 15.31 | 34.28 | - |
| YUV | 102.51 | 159.88 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 159 | 0 | 0.74 | 0.15 | 0.26 | 312.43 | 0.59 | 0.46 |
| Hex | BC | 30 | 9F | 0 | 4A | F | 1A | 138 | 3B | 2E |
| Octal | 274 | 60 | 237 | 0 | 112 | 17 | 32 | 470 | 73 | 56 |
| Binary | 10111100 | 110000 | 10011111 | 0 | 1001010 | 1111 | 11010 | 100111000 | 111011 | 101110 |
Color Harmonies of #BC309F
Complementary color
Monochromatic Colors of #BC309F
Black with #BC309F
Text Example
Text Example
White with #BC309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC309F; }
p { color: rgb(188,48,159); }
H1.HeaderClassName
{
color: #BC309F;
}
.AnyTagClassName
{
color: #BC309F;
}
</style>
background-color css
<style>
a { background-color: #BC309F; }
a { background-color: rgb(188,48,159); }
div.DivClassName
{
background-color: #BC309F;
}
.BgClassName
{
background-color: #BC309F;
}
</style>
border-color css
<style>
span { border-color: #BC309F; }
span { border-color: rgb(188,48,159); }
td.TdClassName
{
border-color: #BC309F;
}
.TagClassName
{
border-color: #BC309F;
}
</style>