Shades of Medium Red Violet #BC368A
Tints of Medium Red Violet #BC368A
RGB
CMYK
RGB Variations
Color information
#BC368A (or 0xBC368A) is known color: Medium Red Violet. HEX triplet: BC, 36 and 8A. RGB value is (188,54,138). Sum of RGB (Red+Green+Blue) = 188+54+138=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC368A is #43C975. Grayscale: #676767. Windows color (decimal): -4442486 or 9057980. OLE color: 9057980.
HSL color Cylindrical-coordinate representation of color #BC368A: hue angle of 322.39º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC368A is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 138 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.26 |
| HSL | 322.39º | 0.55% | 0.47% | - |
| HSV(B) | 322.39º | 0.71% | 0.74% | - |
| XYZ | 26.65 | 15.16 | 25.57 | - |
| YUV | 103.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 138 | 0 | 0.71 | 0.27 | 0.26 | 322.39 | 0.55 | 0.47 |
| Hex | BC | 36 | 8A | 0 | 47 | 1B | 1A | 142 | 37 | 2F |
| Octal | 274 | 66 | 212 | 0 | 107 | 33 | 32 | 502 | 67 | 57 |
| Binary | 10111100 | 110110 | 10001010 | 0 | 1000111 | 11011 | 11010 | 101000010 | 110111 | 101111 |
Color Harmonies of #BC368A
Complementary color
Monochromatic Colors of #BC368A
Black with #BC368A
Text Example
Text Example
White with #BC368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC368A; }
p { color: rgb(188,54,138); }
H1.HeaderClassName
{
color: #BC368A;
}
.AnyTagClassName
{
color: #BC368A;
}
</style>
background-color css
<style>
a { background-color: #BC368A; }
a { background-color: rgb(188,54,138); }
div.DivClassName
{
background-color: #BC368A;
}
.BgClassName
{
background-color: #BC368A;
}
</style>
border-color css
<style>
span { border-color: #BC368A; }
span { border-color: rgb(188,54,138); }
td.TdClassName
{
border-color: #BC368A;
}
.TagClassName
{
border-color: #BC368A;
}
</style>