Shades of Medium Red Violet #BD27AC
Tints of Medium Red Violet #BD27AC
RGB
CMYK
RGB Variations
Color information
#BD27AC (or 0xBD27AC) is known color: Medium Red Violet. HEX triplet: BD, 27 and AC. RGB value is (189,39,172). Sum of RGB (Red+Green+Blue) = 189+39+172=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD27AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD27AC is #42D853. Grayscale: #626262. Windows color (decimal): -4380756 or 11282365. OLE color: 11282365.
HSL color Cylindrical-coordinate representation of color #BD27AC: hue angle of 306.8º 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 #BD27AC is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 172 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.26 |
| HSL | 306.8º | 0.66% | 0.45% | - |
| HSV(B) | 306.8º | 0.79% | 0.74% | - |
| XYZ | 29.16 | 15.25 | 40.44 | - |
| YUV | 99.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 172 | 0 | 0.79 | 0.09 | 0.26 | 306.8 | 0.66 | 0.45 |
| Hex | BD | 27 | AC | 0 | 4F | 9 | 1A | 133 | 42 | 2D |
| Octal | 275 | 47 | 254 | 0 | 117 | 11 | 32 | 463 | 102 | 55 |
| Binary | 10111101 | 100111 | 10101100 | 0 | 1001111 | 1001 | 11010 | 100110011 | 1000010 | 101101 |
Color Harmonies of #BD27AC
Complementary color
Monochromatic Colors of #BD27AC
Black with #BD27AC
Text Example
Text Example
White with #BD27AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD27AC; }
p { color: rgb(189,39,172); }
H1.HeaderClassName
{
color: #BD27AC;
}
.AnyTagClassName
{
color: #BD27AC;
}
</style>
background-color css
<style>
a { background-color: #BD27AC; }
a { background-color: rgb(189,39,172); }
div.DivClassName
{
background-color: #BD27AC;
}
.BgClassName
{
background-color: #BD27AC;
}
</style>
border-color css
<style>
span { border-color: #BD27AC; }
span { border-color: rgb(189,39,172); }
td.TdClassName
{
border-color: #BD27AC;
}
.TagClassName
{
border-color: #BD27AC;
}
</style>