Shades of Medium Red Violet #BD2F8A
Tints of Medium Red Violet #BD2F8A
RGB
CMYK
RGB Variations
Color information
#BD2F8A (or 0xBD2F8A) is known color: Medium Red Violet. HEX triplet: BD, 2F and 8A. RGB value is (189,47,138). Sum of RGB (Red+Green+Blue) = 189+47+138=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2F8A is #42D075. Grayscale: #636363. Windows color (decimal): -4378742 or 9056189. OLE color: 9056189.
HSL color Cylindrical-coordinate representation of color #BD2F8A: hue angle of 321.55º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2F8A is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 138 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.26 |
| HSL | 321.55º | 0.6% | 0.46% | - |
| HSV(B) | 321.55º | 0.75% | 0.74% | - |
| XYZ | 26.59 | 14.69 | 25.48 | - |
| YUV | 99.83 | 149.54 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 138 | 0 | 0.75 | 0.27 | 0.26 | 321.55 | 0.6 | 0.46 |
| Hex | BD | 2F | 8A | 0 | 4B | 1B | 1A | 142 | 3C | 2E |
| Octal | 275 | 57 | 212 | 0 | 113 | 33 | 32 | 502 | 74 | 56 |
| Binary | 10111101 | 101111 | 10001010 | 0 | 1001011 | 11011 | 11010 | 101000010 | 111100 | 101110 |
Color Harmonies of #BD2F8A
Complementary color
Monochromatic Colors of #BD2F8A
Black with #BD2F8A
Text Example
Text Example
White with #BD2F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F8A; }
p { color: rgb(189,47,138); }
H1.HeaderClassName
{
color: #BD2F8A;
}
.AnyTagClassName
{
color: #BD2F8A;
}
</style>
background-color css
<style>
a { background-color: #BD2F8A; }
a { background-color: rgb(189,47,138); }
div.DivClassName
{
background-color: #BD2F8A;
}
.BgClassName
{
background-color: #BD2F8A;
}
</style>
border-color css
<style>
span { border-color: #BD2F8A; }
span { border-color: rgb(189,47,138); }
td.TdClassName
{
border-color: #BD2F8A;
}
.TagClassName
{
border-color: #BD2F8A;
}
</style>