Shades of Medium Red Violet #BC309E
Tints of Medium Red Violet #BC309E
RGB
CMYK
RGB Variations
Color information
#BC309E (or 0xBC309E) is known color: Medium Red Violet. HEX triplet: BC, 30 and 9E. RGB value is (188,48,158). Sum of RGB (Red+Green+Blue) = 188+48+158=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC309E is #43CF61. Grayscale: #666666. Windows color (decimal): -4444002 or 10367164. OLE color: 10367164.
HSL color Cylindrical-coordinate representation of color #BC309E: hue angle of 312.86º 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 #BC309E is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 158 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.26 |
| HSL | 312.86º | 0.59% | 0.46% | - |
| HSV(B) | 312.86º | 0.74% | 0.74% | - |
| XYZ | 27.97 | 15.27 | 33.82 | - |
| YUV | 102.4 | 159.38 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 158 | 0 | 0.74 | 0.16 | 0.26 | 312.86 | 0.59 | 0.46 |
| Hex | BC | 30 | 9E | 0 | 4A | 10 | 1A | 139 | 3B | 2E |
| Octal | 274 | 60 | 236 | 0 | 112 | 20 | 32 | 471 | 73 | 56 |
| Binary | 10111100 | 110000 | 10011110 | 0 | 1001010 | 10000 | 11010 | 100111001 | 111011 | 101110 |
Color Harmonies of #BC309E
Complementary color
Monochromatic Colors of #BC309E
Black with #BC309E
Text Example
Text Example
White with #BC309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC309E; }
p { color: rgb(188,48,158); }
H1.HeaderClassName
{
color: #BC309E;
}
.AnyTagClassName
{
color: #BC309E;
}
</style>
background-color css
<style>
a { background-color: #BC309E; }
a { background-color: rgb(188,48,158); }
div.DivClassName
{
background-color: #BC309E;
}
.BgClassName
{
background-color: #BC309E;
}
</style>
border-color css
<style>
span { border-color: #BC309E; }
span { border-color: rgb(188,48,158); }
td.TdClassName
{
border-color: #BC309E;
}
.TagClassName
{
border-color: #BC309E;
}
</style>