Shades of Medium Red Violet #BC258A
Tints of Medium Red Violet #BC258A
RGB
CMYK
RGB Variations
Color information
#BC258A (or 0xBC258A) is known color: Medium Red Violet. HEX triplet: BC, 25 and 8A. RGB value is (188,37,138). Sum of RGB (Red+Green+Blue) = 188+37+138=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC258A is #43DA75. Grayscale: #5D5D5D. Windows color (decimal): -4446838 or 9053628. OLE color: 9053628.
HSL color Cylindrical-coordinate representation of color #BC258A: hue angle of 319.87º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC258A is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 138 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.26 |
| HSL | 319.87º | 0.67% | 0.44% | - |
| HSV(B) | 319.87º | 0.8% | 0.74% | - |
| XYZ | 25.99 | 13.85 | 25.35 | - |
| YUV | 93.66 | 153.03 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 138 | 0 | 0.80 | 0.27 | 0.26 | 319.87 | 0.67 | 0.44 |
| Hex | BC | 25 | 8A | 0 | 50 | 1B | 1A | 140 | 43 | 2C |
| Octal | 274 | 45 | 212 | 0 | 120 | 33 | 32 | 500 | 103 | 54 |
| Binary | 10111100 | 100101 | 10001010 | 0 | 1010000 | 11011 | 11010 | 101000000 | 1000011 | 101100 |
Color Harmonies of #BC258A
Complementary color
Monochromatic Colors of #BC258A
Black with #BC258A
Text Example
Text Example
White with #BC258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC258A; }
p { color: rgb(188,37,138); }
H1.HeaderClassName
{
color: #BC258A;
}
.AnyTagClassName
{
color: #BC258A;
}
</style>
background-color css
<style>
a { background-color: #BC258A; }
a { background-color: rgb(188,37,138); }
div.DivClassName
{
background-color: #BC258A;
}
.BgClassName
{
background-color: #BC258A;
}
</style>
border-color css
<style>
span { border-color: #BC258A; }
span { border-color: rgb(188,37,138); }
td.TdClassName
{
border-color: #BC258A;
}
.TagClassName
{
border-color: #BC258A;
}
</style>