Shades of Medium Red Violet #BC2384
Tints of Medium Red Violet #BC2384
RGB
CMYK
RGB Variations
Color information
#BC2384 (or 0xBC2384) is known color: Medium Red Violet. HEX triplet: BC, 23 and 84. RGB value is (188,35,132). Sum of RGB (Red+Green+Blue) = 188+35+132=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2384 is #43DC7B. Grayscale: #5B5B5B. Windows color (decimal): -4447356 or 8659900. OLE color: 8659900.
HSL color Cylindrical-coordinate representation of color #BC2384: hue angle of 321.96º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2384 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 132 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.26 |
| HSL | 321.96º | 0.69% | 0.44% | - |
| HSV(B) | 321.96º | 0.81% | 0.74% | - |
| XYZ | 25.5 | 13.56 | 23.1 | - |
| YUV | 91.81 | 150.69 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 132 | 0 | 0.81 | 0.30 | 0.26 | 321.96 | 0.69 | 0.44 |
| Hex | BC | 23 | 84 | 0 | 51 | 1E | 1A | 142 | 45 | 2C |
| Octal | 274 | 43 | 204 | 0 | 121 | 36 | 32 | 502 | 105 | 54 |
| Binary | 10111100 | 100011 | 10000100 | 0 | 1010001 | 11110 | 11010 | 101000010 | 1000101 | 101100 |
Color Harmonies of #BC2384
Complementary color
Monochromatic Colors of #BC2384
Black with #BC2384
Text Example
Text Example
White with #BC2384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2384; }
p { color: rgb(188,35,132); }
H1.HeaderClassName
{
color: #BC2384;
}
.AnyTagClassName
{
color: #BC2384;
}
</style>
background-color css
<style>
a { background-color: #BC2384; }
a { background-color: rgb(188,35,132); }
div.DivClassName
{
background-color: #BC2384;
}
.BgClassName
{
background-color: #BC2384;
}
</style>
border-color css
<style>
span { border-color: #BC2384; }
span { border-color: rgb(188,35,132); }
td.TdClassName
{
border-color: #BC2384;
}
.TagClassName
{
border-color: #BC2384;
}
</style>