Shades of Medium Red Violet #BC256A
Tints of Medium Red Violet #BC256A
RGB
CMYK
RGB Variations
Color information
#BC256A (or 0xBC256A) is known color: Medium Red Violet. HEX triplet: BC, 25 and 6A. RGB value is (188,37,106). Sum of RGB (Red+Green+Blue) = 188+37+106=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC256A is #43DA95. Grayscale: #595959. Windows color (decimal): -4446870 or 6956476. OLE color: 6956476.
HSL color Cylindrical-coordinate representation of color #BC256A: hue angle of 332.58º 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 #BC256A is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 106 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.26 |
| HSL | 332.58º | 0.67% | 0.44% | - |
| HSV(B) | 332.58º | 0.8% | 0.74% | - |
| XYZ | 24 | 13.06 | 14.89 | - |
| YUV | 90.02 | 137.03 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 106 | 0 | 0.80 | 0.44 | 0.26 | 332.58 | 0.67 | 0.44 |
| Hex | BC | 25 | 6A | 0 | 50 | 2C | 1A | 14D | 43 | 2C |
| Octal | 274 | 45 | 152 | 0 | 120 | 54 | 32 | 515 | 103 | 54 |
| Binary | 10111100 | 100101 | 1101010 | 0 | 1010000 | 101100 | 11010 | 101001101 | 1000011 | 101100 |
Color Harmonies of #BC256A
Complementary color
Monochromatic Colors of #BC256A
Black with #BC256A
Text Example
Text Example
White with #BC256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC256A; }
p { color: rgb(188,37,106); }
H1.HeaderClassName
{
color: #BC256A;
}
.AnyTagClassName
{
color: #BC256A;
}
</style>
background-color css
<style>
a { background-color: #BC256A; }
a { background-color: rgb(188,37,106); }
div.DivClassName
{
background-color: #BC256A;
}
.BgClassName
{
background-color: #BC256A;
}
</style>
border-color css
<style>
span { border-color: #BC256A; }
span { border-color: rgb(188,37,106); }
td.TdClassName
{
border-color: #BC256A;
}
.TagClassName
{
border-color: #BC256A;
}
</style>