Shades of Medium Red Violet #BC238A
Tints of Medium Red Violet #BC238A
RGB
CMYK
RGB Variations
Color information
#BC238A (or 0xBC238A) is known color: Medium Red Violet. HEX triplet: BC, 23 and 8A. RGB value is (188,35,138). Sum of RGB (Red+Green+Blue) = 188+35+138=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC238A is #43DC75. Grayscale: #5C5C5C. Windows color (decimal): -4447350 or 9053116. OLE color: 9053116.
HSL color Cylindrical-coordinate representation of color #BC238A: hue angle of 319.61º 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 #BC238A is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 138 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.26 |
| HSL | 319.61º | 0.69% | 0.44% | - |
| HSV(B) | 319.61º | 0.81% | 0.74% | - |
| XYZ | 25.93 | 13.73 | 25.33 | - |
| YUV | 92.49 | 153.69 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 138 | 0 | 0.81 | 0.27 | 0.26 | 319.61 | 0.69 | 0.44 |
| Hex | BC | 23 | 8A | 0 | 51 | 1B | 1A | 140 | 45 | 2C |
| Octal | 274 | 43 | 212 | 0 | 121 | 33 | 32 | 500 | 105 | 54 |
| Binary | 10111100 | 100011 | 10001010 | 0 | 1010001 | 11011 | 11010 | 101000000 | 1000101 | 101100 |
Color Harmonies of #BC238A
Complementary color
Monochromatic Colors of #BC238A
Black with #BC238A
Text Example
Text Example
White with #BC238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC238A; }
p { color: rgb(188,35,138); }
H1.HeaderClassName
{
color: #BC238A;
}
.AnyTagClassName
{
color: #BC238A;
}
</style>
background-color css
<style>
a { background-color: #BC238A; }
a { background-color: rgb(188,35,138); }
div.DivClassName
{
background-color: #BC238A;
}
.BgClassName
{
background-color: #BC238A;
}
</style>
border-color css
<style>
span { border-color: #BC238A; }
span { border-color: rgb(188,35,138); }
td.TdClassName
{
border-color: #BC238A;
}
.TagClassName
{
border-color: #BC238A;
}
</style>