Shades of Medium Red Violet #BC236D
Tints of Medium Red Violet #BC236D
RGB
CMYK
RGB Variations
Color information
#BC236D (or 0xBC236D) is known color: Medium Red Violet. HEX triplet: BC, 23 and 6D. RGB value is (188,35,109). Sum of RGB (Red+Green+Blue) = 188+35+109=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC236D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC236D is #43DC92. Grayscale: #595959. Windows color (decimal): -4447379 or 7152572. OLE color: 7152572.
HSL color Cylindrical-coordinate representation of color #BC236D: hue angle of 330.98º 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 #BC236D is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 109 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.26 |
| HSL | 330.98º | 0.69% | 0.44% | - |
| HSV(B) | 330.98º | 0.81% | 0.74% | - |
| XYZ | 24.1 | 13 | 15.71 | - |
| YUV | 89.18 | 139.19 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 109 | 0 | 0.81 | 0.42 | 0.26 | 330.98 | 0.69 | 0.44 |
| Hex | BC | 23 | 6D | 0 | 51 | 2A | 1A | 14B | 45 | 2C |
| Octal | 274 | 43 | 155 | 0 | 121 | 52 | 32 | 513 | 105 | 54 |
| Binary | 10111100 | 100011 | 1101101 | 0 | 1010001 | 101010 | 11010 | 101001011 | 1000101 | 101100 |
Color Harmonies of #BC236D
Complementary color
Monochromatic Colors of #BC236D
Black with #BC236D
Text Example
Text Example
White with #BC236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC236D; }
p { color: rgb(188,35,109); }
H1.HeaderClassName
{
color: #BC236D;
}
.AnyTagClassName
{
color: #BC236D;
}
</style>
background-color css
<style>
a { background-color: #BC236D; }
a { background-color: rgb(188,35,109); }
div.DivClassName
{
background-color: #BC236D;
}
.BgClassName
{
background-color: #BC236D;
}
</style>
border-color css
<style>
span { border-color: #BC236D; }
span { border-color: rgb(188,35,109); }
td.TdClassName
{
border-color: #BC236D;
}
.TagClassName
{
border-color: #BC236D;
}
</style>