Shades of Medium Red Violet #BD25AC
Tints of Medium Red Violet #BD25AC
RGB
CMYK
RGB Variations
Color information
#BD25AC (or 0xBD25AC) is known color: Medium Red Violet. HEX triplet: BD, 25 and AC. RGB value is (189,37,172). Sum of RGB (Red+Green+Blue) = 189+37+172=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD25AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD25AC is #42DA53. Grayscale: #616161. Windows color (decimal): -4381268 or 11281853. OLE color: 11281853.
HSL color Cylindrical-coordinate representation of color #BD25AC: hue angle of 306.71º degrees, saturation: 0.67, 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 #BD25AC is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 172 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.26 |
| HSL | 306.71º | 0.67% | 0.44% | - |
| HSV(B) | 306.71º | 0.8% | 0.74% | - |
| XYZ | 29.09 | 15.12 | 40.41 | - |
| YUV | 97.84 | 169.86 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 172 | 0 | 0.80 | 0.09 | 0.26 | 306.71 | 0.67 | 0.44 |
| Hex | BD | 25 | AC | 0 | 50 | 9 | 1A | 133 | 43 | 2C |
| Octal | 275 | 45 | 254 | 0 | 120 | 11 | 32 | 463 | 103 | 54 |
| Binary | 10111101 | 100101 | 10101100 | 0 | 1010000 | 1001 | 11010 | 100110011 | 1000011 | 101100 |
Color Harmonies of #BD25AC
Complementary color
Monochromatic Colors of #BD25AC
Black with #BD25AC
Text Example
Text Example
White with #BD25AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD25AC; }
p { color: rgb(189,37,172); }
H1.HeaderClassName
{
color: #BD25AC;
}
.AnyTagClassName
{
color: #BD25AC;
}
</style>
background-color css
<style>
a { background-color: #BD25AC; }
a { background-color: rgb(189,37,172); }
div.DivClassName
{
background-color: #BD25AC;
}
.BgClassName
{
background-color: #BD25AC;
}
</style>
border-color css
<style>
span { border-color: #BD25AC; }
span { border-color: rgb(189,37,172); }
td.TdClassName
{
border-color: #BD25AC;
}
.TagClassName
{
border-color: #BD25AC;
}
</style>