Shades of Medium Red Violet #BC308C
Tints of Medium Red Violet #BC308C
RGB
CMYK
RGB Variations
Color information
#BC308C (or 0xBC308C) is known color: Medium Red Violet. HEX triplet: BC, 30 and 8C. RGB value is (188,48,140). Sum of RGB (Red+Green+Blue) = 188+48+140=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC308C is #43CF73. Grayscale: #646464. Windows color (decimal): -4444020 or 9187516. OLE color: 9187516.
HSL color Cylindrical-coordinate representation of color #BC308C: hue angle of 320.57º 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 #BC308C is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 140 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.26 |
| HSL | 320.57º | 0.59% | 0.46% | - |
| HSV(B) | 320.57º | 0.74% | 0.74% | - |
| XYZ | 26.53 | 14.7 | 26.25 | - |
| YUV | 100.35 | 150.38 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 140 | 0 | 0.74 | 0.26 | 0.26 | 320.57 | 0.59 | 0.46 |
| Hex | BC | 30 | 8C | 0 | 4A | 1A | 1A | 141 | 3B | 2E |
| Octal | 274 | 60 | 214 | 0 | 112 | 32 | 32 | 501 | 73 | 56 |
| Binary | 10111100 | 110000 | 10001100 | 0 | 1001010 | 11010 | 11010 | 101000001 | 111011 | 101110 |
Color Harmonies of #BC308C
Complementary color
Monochromatic Colors of #BC308C
Black with #BC308C
Text Example
Text Example
White with #BC308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC308C; }
p { color: rgb(188,48,140); }
H1.HeaderClassName
{
color: #BC308C;
}
.AnyTagClassName
{
color: #BC308C;
}
</style>
background-color css
<style>
a { background-color: #BC308C; }
a { background-color: rgb(188,48,140); }
div.DivClassName
{
background-color: #BC308C;
}
.BgClassName
{
background-color: #BC308C;
}
</style>
border-color css
<style>
span { border-color: #BC308C; }
span { border-color: rgb(188,48,140); }
td.TdClassName
{
border-color: #BC308C;
}
.TagClassName
{
border-color: #BC308C;
}
</style>