Shades of Medium Red Violet #BC256D
Tints of Medium Red Violet #BC256D
RGB
CMYK
RGB Variations
Color information
#BC256D (or 0xBC256D) is known color: Medium Red Violet. HEX triplet: BC, 25 and 6D. RGB value is (188,37,109). Sum of RGB (Red+Green+Blue) = 188+37+109=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC256D is #43DA92. Grayscale: #5A5A5A. Windows color (decimal): -4446867 or 7153084. OLE color: 7153084.
HSL color Cylindrical-coordinate representation of color #BC256D: hue angle of 331.39º 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 #BC256D is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 109 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.26 |
| HSL | 331.39º | 0.67% | 0.44% | - |
| HSV(B) | 331.39º | 0.8% | 0.74% | - |
| XYZ | 24.16 | 13.12 | 15.73 | - |
| YUV | 90.36 | 138.53 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 109 | 0 | 0.80 | 0.42 | 0.26 | 331.39 | 0.67 | 0.44 |
| Hex | BC | 25 | 6D | 0 | 50 | 2A | 1A | 14B | 43 | 2C |
| Octal | 274 | 45 | 155 | 0 | 120 | 52 | 32 | 513 | 103 | 54 |
| Binary | 10111100 | 100101 | 1101101 | 0 | 1010000 | 101010 | 11010 | 101001011 | 1000011 | 101100 |
Color Harmonies of #BC256D
Complementary color
Monochromatic Colors of #BC256D
Black with #BC256D
Text Example
Text Example
White with #BC256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC256D; }
p { color: rgb(188,37,109); }
H1.HeaderClassName
{
color: #BC256D;
}
.AnyTagClassName
{
color: #BC256D;
}
</style>
background-color css
<style>
a { background-color: #BC256D; }
a { background-color: rgb(188,37,109); }
div.DivClassName
{
background-color: #BC256D;
}
.BgClassName
{
background-color: #BC256D;
}
</style>
border-color css
<style>
span { border-color: #BC256D; }
span { border-color: rgb(188,37,109); }
td.TdClassName
{
border-color: #BC256D;
}
.TagClassName
{
border-color: #BC256D;
}
</style>