Shades of Medium Red Violet #BC256B
Tints of Medium Red Violet #BC256B
RGB
CMYK
RGB Variations
Color information
#BC256B (or 0xBC256B) is known color: Medium Red Violet. HEX triplet: BC, 25 and 6B. RGB value is (188,37,107). Sum of RGB (Red+Green+Blue) = 188+37+107=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC256B is #43DA94. Grayscale: #595959. Windows color (decimal): -4446869 or 7022012. OLE color: 7022012.
HSL color Cylindrical-coordinate representation of color #BC256B: hue angle of 332.19º 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 #BC256B is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 107 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.26 |
| HSL | 332.19º | 0.67% | 0.44% | - |
| HSV(B) | 332.19º | 0.8% | 0.74% | - |
| XYZ | 24.05 | 13.08 | 15.17 | - |
| YUV | 90.13 | 137.53 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 107 | 0 | 0.80 | 0.43 | 0.26 | 332.19 | 0.67 | 0.44 |
| Hex | BC | 25 | 6B | 0 | 50 | 2B | 1A | 14C | 43 | 2C |
| Octal | 274 | 45 | 153 | 0 | 120 | 53 | 32 | 514 | 103 | 54 |
| Binary | 10111100 | 100101 | 1101011 | 0 | 1010000 | 101011 | 11010 | 101001100 | 1000011 | 101100 |
Color Harmonies of #BC256B
Complementary color
Monochromatic Colors of #BC256B
Black with #BC256B
Text Example
Text Example
White with #BC256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC256B; }
p { color: rgb(188,37,107); }
H1.HeaderClassName
{
color: #BC256B;
}
.AnyTagClassName
{
color: #BC256B;
}
</style>
background-color css
<style>
a { background-color: #BC256B; }
a { background-color: rgb(188,37,107); }
div.DivClassName
{
background-color: #BC256B;
}
.BgClassName
{
background-color: #BC256B;
}
</style>
border-color css
<style>
span { border-color: #BC256B; }
span { border-color: rgb(188,37,107); }
td.TdClassName
{
border-color: #BC256B;
}
.TagClassName
{
border-color: #BC256B;
}
</style>