Shades of Medium Red Violet #BC248A
Tints of Medium Red Violet #BC248A
RGB
CMYK
RGB Variations
Color information
#BC248A (or 0xBC248A) is known color: Medium Red Violet. HEX triplet: BC, 24 and 8A. RGB value is (188,36,138). Sum of RGB (Red+Green+Blue) = 188+36+138=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC248A is #43DB75. Grayscale: #5C5C5C. Windows color (decimal): -4447094 or 9053372. OLE color: 9053372.
HSL color Cylindrical-coordinate representation of color #BC248A: hue angle of 319.74º degrees, saturation: 0.68, 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 #BC248A is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 138 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.26 |
| HSL | 319.74º | 0.68% | 0.44% | - |
| HSV(B) | 319.74º | 0.81% | 0.74% | - |
| XYZ | 25.96 | 13.79 | 25.34 | - |
| YUV | 93.08 | 153.36 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 138 | 0 | 0.81 | 0.27 | 0.26 | 319.74 | 0.68 | 0.44 |
| Hex | BC | 24 | 8A | 0 | 51 | 1B | 1A | 140 | 44 | 2C |
| Octal | 274 | 44 | 212 | 0 | 121 | 33 | 32 | 500 | 104 | 54 |
| Binary | 10111100 | 100100 | 10001010 | 0 | 1010001 | 11011 | 11010 | 101000000 | 1000100 | 101100 |
Color Harmonies of #BC248A
Complementary color
Monochromatic Colors of #BC248A
Black with #BC248A
Text Example
Text Example
White with #BC248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC248A; }
p { color: rgb(188,36,138); }
H1.HeaderClassName
{
color: #BC248A;
}
.AnyTagClassName
{
color: #BC248A;
}
</style>
background-color css
<style>
a { background-color: #BC248A; }
a { background-color: rgb(188,36,138); }
div.DivClassName
{
background-color: #BC248A;
}
.BgClassName
{
background-color: #BC248A;
}
</style>
border-color css
<style>
span { border-color: #BC248A; }
span { border-color: rgb(188,36,138); }
td.TdClassName
{
border-color: #BC248A;
}
.TagClassName
{
border-color: #BC248A;
}
</style>