Shades of Medium Red Violet #BD26AC
Tints of Medium Red Violet #BD26AC
RGB
CMYK
RGB Variations
Color information
#BD26AC (or 0xBD26AC) is known color: Medium Red Violet. HEX triplet: BD, 26 and AC. RGB value is (189,38,172). Sum of RGB (Red+Green+Blue) = 189+38+172=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD26AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD26AC is #42D953. Grayscale: #626262. Windows color (decimal): -4381012 or 11282109. OLE color: 11282109.
HSL color Cylindrical-coordinate representation of color #BD26AC: hue angle of 306.75º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD26AC is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 172 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.26 |
| HSL | 306.76º | 0.67% | 0.45% | - |
| HSV(B) | 306.76º | 0.8% | 0.74% | - |
| XYZ | 29.13 | 15.18 | 40.43 | - |
| YUV | 98.43 | 169.53 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 172 | 0 | 0.80 | 0.09 | 0.26 | 306.76 | 0.67 | 0.45 |
| Hex | BD | 26 | AC | 0 | 50 | 9 | 1A | 133 | 43 | 2D |
| Octal | 275 | 46 | 254 | 0 | 120 | 11 | 32 | 463 | 103 | 55 |
| Binary | 10111101 | 100110 | 10101100 | 0 | 1010000 | 1001 | 11010 | 100110011 | 1000011 | 101101 |
Color Harmonies of #BD26AC
Complementary color
Monochromatic Colors of #BD26AC
Black with #BD26AC
Text Example
Text Example
White with #BD26AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD26AC; }
p { color: rgb(189,38,172); }
H1.HeaderClassName
{
color: #BD26AC;
}
.AnyTagClassName
{
color: #BD26AC;
}
</style>
background-color css
<style>
a { background-color: #BD26AC; }
a { background-color: rgb(189,38,172); }
div.DivClassName
{
background-color: #BD26AC;
}
.BgClassName
{
background-color: #BD26AC;
}
</style>
border-color css
<style>
span { border-color: #BD26AC; }
span { border-color: rgb(189,38,172); }
td.TdClassName
{
border-color: #BD26AC;
}
.TagClassName
{
border-color: #BD26AC;
}
</style>