Shades of Medium Red Violet #BC307E
Tints of Medium Red Violet #BC307E
RGB
CMYK
RGB Variations
Color information
#BC307E (or 0xBC307E) is known color: Medium Red Violet. HEX triplet: BC, 30 and 7E. RGB value is (188,48,126). Sum of RGB (Red+Green+Blue) = 188+48+126=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC307E is #43CF81. Grayscale: #626262. Windows color (decimal): -4444034 or 8270012. OLE color: 8270012.
HSL color Cylindrical-coordinate representation of color #BC307E: hue angle of 326.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 #BC307E is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 126 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.26 |
| HSL | 326.57º | 0.59% | 0.46% | - |
| HSV(B) | 326.57º | 0.74% | 0.74% | - |
| XYZ | 25.56 | 14.31 | 21.15 | - |
| YUV | 98.75 | 143.38 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 126 | 0 | 0.74 | 0.33 | 0.26 | 326.57 | 0.59 | 0.46 |
| Hex | BC | 30 | 7E | 0 | 4A | 21 | 1A | 147 | 3B | 2E |
| Octal | 274 | 60 | 176 | 0 | 112 | 41 | 32 | 507 | 73 | 56 |
| Binary | 10111100 | 110000 | 1111110 | 0 | 1001010 | 100001 | 11010 | 101000111 | 111011 | 101110 |
Color Harmonies of #BC307E
Complementary color
Monochromatic Colors of #BC307E
Black with #BC307E
Text Example
Text Example
White with #BC307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC307E; }
p { color: rgb(188,48,126); }
H1.HeaderClassName
{
color: #BC307E;
}
.AnyTagClassName
{
color: #BC307E;
}
</style>
background-color css
<style>
a { background-color: #BC307E; }
a { background-color: rgb(188,48,126); }
div.DivClassName
{
background-color: #BC307E;
}
.BgClassName
{
background-color: #BC307E;
}
</style>
border-color css
<style>
span { border-color: #BC307E; }
span { border-color: rgb(188,48,126); }
td.TdClassName
{
border-color: #BC307E;
}
.TagClassName
{
border-color: #BC307E;
}
</style>