Shades of Medium Red Violet #BD26AD
Tints of Medium Red Violet #BD26AD
RGB
CMYK
RGB Variations
Color information
#BD26AD (or 0xBD26AD) is known color: Medium Red Violet. HEX triplet: BD, 26 and AD. RGB value is (189,38,173). Sum of RGB (Red+Green+Blue) = 189+38+173=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD26AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD26AD is #42D952. Grayscale: #626262. Windows color (decimal): -4381011 or 11347645. OLE color: 11347645.
HSL color Cylindrical-coordinate representation of color #BD26AD: hue angle of 306.36º 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 #BD26AD is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 173 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.26 |
| HSL | 306.36º | 0.67% | 0.45% | - |
| HSV(B) | 306.36º | 0.8% | 0.74% | - |
| XYZ | 29.22 | 15.22 | 40.93 | - |
| YUV | 98.54 | 170.03 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 173 | 0 | 0.80 | 0.08 | 0.26 | 306.36 | 0.67 | 0.45 |
| Hex | BD | 26 | AD | 0 | 50 | 8 | 1A | 132 | 43 | 2D |
| Octal | 275 | 46 | 255 | 0 | 120 | 10 | 32 | 462 | 103 | 55 |
| Binary | 10111101 | 100110 | 10101101 | 0 | 1010000 | 1000 | 11010 | 100110010 | 1000011 | 101101 |
Color Harmonies of #BD26AD
Complementary color
Monochromatic Colors of #BD26AD
Black with #BD26AD
Text Example
Text Example
White with #BD26AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD26AD; }
p { color: rgb(189,38,173); }
H1.HeaderClassName
{
color: #BD26AD;
}
.AnyTagClassName
{
color: #BD26AD;
}
</style>
background-color css
<style>
a { background-color: #BD26AD; }
a { background-color: rgb(189,38,173); }
div.DivClassName
{
background-color: #BD26AD;
}
.BgClassName
{
background-color: #BD26AD;
}
</style>
border-color css
<style>
span { border-color: #BD26AD; }
span { border-color: rgb(189,38,173); }
td.TdClassName
{
border-color: #BD26AD;
}
.TagClassName
{
border-color: #BD26AD;
}
</style>