Shades of Medium Red Violet #BC308F
Tints of Medium Red Violet #BC308F
RGB
CMYK
RGB Variations
Color information
#BC308F (or 0xBC308F) is known color: Medium Red Violet. HEX triplet: BC, 30 and 8F. RGB value is (188,48,143). Sum of RGB (Red+Green+Blue) = 188+48+143=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC308F is #43CF70. Grayscale: #646464. Windows color (decimal): -4444017 or 9384124. OLE color: 9384124.
HSL color Cylindrical-coordinate representation of color #BC308F: hue angle of 319.29º 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 #BC308F is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 143 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.26 |
| HSL | 319.29º | 0.59% | 0.46% | - |
| HSV(B) | 319.29º | 0.74% | 0.74% | - |
| XYZ | 26.75 | 14.79 | 27.43 | - |
| YUV | 100.69 | 151.88 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 143 | 0 | 0.74 | 0.24 | 0.26 | 319.29 | 0.59 | 0.46 |
| Hex | BC | 30 | 8F | 0 | 4A | 18 | 1A | 13F | 3B | 2E |
| Octal | 274 | 60 | 217 | 0 | 112 | 30 | 32 | 477 | 73 | 56 |
| Binary | 10111100 | 110000 | 10001111 | 0 | 1001010 | 11000 | 11010 | 100111111 | 111011 | 101110 |
Color Harmonies of #BC308F
Complementary color
Monochromatic Colors of #BC308F
Black with #BC308F
Text Example
Text Example
White with #BC308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC308F; }
p { color: rgb(188,48,143); }
H1.HeaderClassName
{
color: #BC308F;
}
.AnyTagClassName
{
color: #BC308F;
}
</style>
background-color css
<style>
a { background-color: #BC308F; }
a { background-color: rgb(188,48,143); }
div.DivClassName
{
background-color: #BC308F;
}
.BgClassName
{
background-color: #BC308F;
}
</style>
border-color css
<style>
span { border-color: #BC308F; }
span { border-color: rgb(188,48,143); }
td.TdClassName
{
border-color: #BC308F;
}
.TagClassName
{
border-color: #BC308F;
}
</style>