Shades of Medium Red Violet #BC306F
Tints of Medium Red Violet #BC306F
RGB
CMYK
RGB Variations
Color information
#BC306F (or 0xBC306F) is known color: Medium Red Violet. HEX triplet: BC, 30 and 6F. RGB value is (188,48,111). Sum of RGB (Red+Green+Blue) = 188+48+111=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC306F is #43CF90. Grayscale: #606060. Windows color (decimal): -4444049 or 7286972. OLE color: 7286972.
HSL color Cylindrical-coordinate representation of color #BC306F: hue angle of 333º 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 #BC306F is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 111 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.26 |
| HSL | 333º | 0.59% | 0.46% | - |
| HSV(B) | 333º | 0.74% | 0.74% | - |
| XYZ | 24.67 | 13.95 | 16.43 | - |
| YUV | 97.04 | 135.88 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 111 | 0 | 0.74 | 0.41 | 0.26 | 333 | 0.59 | 0.46 |
| Hex | BC | 30 | 6F | 0 | 4A | 29 | 1A | 14D | 3B | 2E |
| Octal | 274 | 60 | 157 | 0 | 112 | 51 | 32 | 515 | 73 | 56 |
| Binary | 10111100 | 110000 | 1101111 | 0 | 1001010 | 101001 | 11010 | 101001101 | 111011 | 101110 |
Color Harmonies of #BC306F
Complementary color
Monochromatic Colors of #BC306F
Black with #BC306F
Text Example
Text Example
White with #BC306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC306F; }
p { color: rgb(188,48,111); }
H1.HeaderClassName
{
color: #BC306F;
}
.AnyTagClassName
{
color: #BC306F;
}
</style>
background-color css
<style>
a { background-color: #BC306F; }
a { background-color: rgb(188,48,111); }
div.DivClassName
{
background-color: #BC306F;
}
.BgClassName
{
background-color: #BC306F;
}
</style>
border-color css
<style>
span { border-color: #BC306F; }
span { border-color: rgb(188,48,111); }
td.TdClassName
{
border-color: #BC306F;
}
.TagClassName
{
border-color: #BC306F;
}
</style>