Shades of Medium Red Violet #BC2688
Tints of Medium Red Violet #BC2688
RGB
CMYK
RGB Variations
Color information
#BC2688 (or 0xBC2688) is known color: Medium Red Violet. HEX triplet: BC, 26 and 88. RGB value is (188,38,136). Sum of RGB (Red+Green+Blue) = 188+38+136=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2688 is #43D977. Grayscale: #5D5D5D. Windows color (decimal): -4446584 or 8922812. OLE color: 8922812.
HSL color Cylindrical-coordinate representation of color #BC2688: hue angle of 320.8º degrees, saturation: 0.66, 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 #BC2688 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 136 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.26 |
| HSL | 320.8º | 0.66% | 0.44% | - |
| HSV(B) | 320.8º | 0.8% | 0.74% | - |
| XYZ | 25.88 | 13.86 | 24.6 | - |
| YUV | 94.02 | 151.7 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 136 | 0 | 0.80 | 0.28 | 0.26 | 320.8 | 0.66 | 0.44 |
| Hex | BC | 26 | 88 | 0 | 50 | 1C | 1A | 141 | 42 | 2C |
| Octal | 274 | 46 | 210 | 0 | 120 | 34 | 32 | 501 | 102 | 54 |
| Binary | 10111100 | 100110 | 10001000 | 0 | 1010000 | 11100 | 11010 | 101000001 | 1000010 | 101100 |
Color Harmonies of #BC2688
Complementary color
Monochromatic Colors of #BC2688
Black with #BC2688
Text Example
Text Example
White with #BC2688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2688; }
p { color: rgb(188,38,136); }
H1.HeaderClassName
{
color: #BC2688;
}
.AnyTagClassName
{
color: #BC2688;
}
</style>
background-color css
<style>
a { background-color: #BC2688; }
a { background-color: rgb(188,38,136); }
div.DivClassName
{
background-color: #BC2688;
}
.BgClassName
{
background-color: #BC2688;
}
</style>
border-color css
<style>
span { border-color: #BC2688; }
span { border-color: rgb(188,38,136); }
td.TdClassName
{
border-color: #BC2688;
}
.TagClassName
{
border-color: #BC2688;
}
</style>