Shades of Medium Red Violet #BD27AD
Tints of Medium Red Violet #BD27AD
RGB
CMYK
RGB Variations
Color information
#BD27AD (or 0xBD27AD) is known color: Medium Red Violet. HEX triplet: BD, 27 and AD. RGB value is (189,39,173). Sum of RGB (Red+Green+Blue) = 189+39+173=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD27AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD27AD is #42D852. Grayscale: #626262. Windows color (decimal): -4380755 or 11347901. OLE color: 11347901.
HSL color Cylindrical-coordinate representation of color #BD27AD: hue angle of 306.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD27AD is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 173 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.26 |
| HSL | 306.4º | 0.66% | 0.45% | - |
| HSV(B) | 306.4º | 0.79% | 0.74% | - |
| XYZ | 29.25 | 15.29 | 40.94 | - |
| YUV | 99.13 | 169.7 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 173 | 0 | 0.79 | 0.08 | 0.26 | 306.4 | 0.66 | 0.45 |
| Hex | BD | 27 | AD | 0 | 4F | 8 | 1A | 132 | 42 | 2D |
| Octal | 275 | 47 | 255 | 0 | 117 | 10 | 32 | 462 | 102 | 55 |
| Binary | 10111101 | 100111 | 10101101 | 0 | 1001111 | 1000 | 11010 | 100110010 | 1000010 | 101101 |
Color Harmonies of #BD27AD
Complementary color
Monochromatic Colors of #BD27AD
Black with #BD27AD
Text Example
Text Example
White with #BD27AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD27AD; }
p { color: rgb(189,39,173); }
H1.HeaderClassName
{
color: #BD27AD;
}
.AnyTagClassName
{
color: #BD27AD;
}
</style>
background-color css
<style>
a { background-color: #BD27AD; }
a { background-color: rgb(189,39,173); }
div.DivClassName
{
background-color: #BD27AD;
}
.BgClassName
{
background-color: #BD27AD;
}
</style>
border-color css
<style>
span { border-color: #BD27AD; }
span { border-color: rgb(189,39,173); }
td.TdClassName
{
border-color: #BD27AD;
}
.TagClassName
{
border-color: #BD27AD;
}
</style>