Shades of Medium Red Violet #BC26AC
Tints of Medium Red Violet #BC26AC
RGB
CMYK
RGB Variations
Color information
#BC26AC (or 0xBC26AC) is known color: Medium Red Violet. HEX triplet: BC, 26 and AC. RGB value is (188,38,172). Sum of RGB (Red+Green+Blue) = 188+38+172=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC26AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC26AC is #43D953. Grayscale: #616161. Windows color (decimal): -4446548 or 11282108. OLE color: 11282108.
HSL color Cylindrical-coordinate representation of color #BC26AC: hue angle of 306.4º 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 #BC26AC is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 172 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.26 |
| HSL | 306.4º | 0.66% | 0.44% | - |
| HSV(B) | 306.4º | 0.8% | 0.74% | - |
| XYZ | 28.88 | 15.06 | 40.41 | - |
| YUV | 98.13 | 169.7 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 172 | 0 | 0.80 | 0.09 | 0.26 | 306.4 | 0.66 | 0.44 |
| Hex | BC | 26 | AC | 0 | 50 | 9 | 1A | 132 | 42 | 2C |
| Octal | 274 | 46 | 254 | 0 | 120 | 11 | 32 | 462 | 102 | 54 |
| Binary | 10111100 | 100110 | 10101100 | 0 | 1010000 | 1001 | 11010 | 100110010 | 1000010 | 101100 |
Color Harmonies of #BC26AC
Complementary color
Monochromatic Colors of #BC26AC
Black with #BC26AC
Text Example
Text Example
White with #BC26AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26AC; }
p { color: rgb(188,38,172); }
H1.HeaderClassName
{
color: #BC26AC;
}
.AnyTagClassName
{
color: #BC26AC;
}
</style>
background-color css
<style>
a { background-color: #BC26AC; }
a { background-color: rgb(188,38,172); }
div.DivClassName
{
background-color: #BC26AC;
}
.BgClassName
{
background-color: #BC26AC;
}
</style>
border-color css
<style>
span { border-color: #BC26AC; }
span { border-color: rgb(188,38,172); }
td.TdClassName
{
border-color: #BC26AC;
}
.TagClassName
{
border-color: #BC26AC;
}
</style>