Shades of Medium Red Violet #BD2FA0
Tints of Medium Red Violet #BD2FA0
RGB
CMYK
RGB Variations
Color information
#BD2FA0 (or 0xBD2FA0) is known color: Medium Red Violet. HEX triplet: BD, 2F and A0. RGB value is (189,47,160). Sum of RGB (Red+Green+Blue) = 189+47+160=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2FA0 is #42D05F. Grayscale: #666666. Windows color (decimal): -4378720 or 10497981. OLE color: 10497981.
HSL color Cylindrical-coordinate representation of color #BD2FA0: hue angle of 312.25º 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 #BD2FA0 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 160 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.26 |
| HSL | 312.25º | 0.6% | 0.46% | - |
| HSV(B) | 312.25º | 0.75% | 0.74% | - |
| XYZ | 28.35 | 15.39 | 34.73 | - |
| YUV | 102.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 160 | 0 | 0.75 | 0.15 | 0.26 | 312.25 | 0.6 | 0.46 |
| Hex | BD | 2F | A0 | 0 | 4B | F | 1A | 138 | 3C | 2E |
| Octal | 275 | 57 | 240 | 0 | 113 | 17 | 32 | 470 | 74 | 56 |
| Binary | 10111101 | 101111 | 10100000 | 0 | 1001011 | 1111 | 11010 | 100111000 | 111100 | 101110 |
Color Harmonies of #BD2FA0
Complementary color
Monochromatic Colors of #BD2FA0
Black with #BD2FA0
Text Example
Text Example
White with #BD2FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2FA0; }
p { color: rgb(189,47,160); }
H1.HeaderClassName
{
color: #BD2FA0;
}
.AnyTagClassName
{
color: #BD2FA0;
}
</style>
background-color css
<style>
a { background-color: #BD2FA0; }
a { background-color: rgb(189,47,160); }
div.DivClassName
{
background-color: #BD2FA0;
}
.BgClassName
{
background-color: #BD2FA0;
}
</style>
border-color css
<style>
span { border-color: #BD2FA0; }
span { border-color: rgb(189,47,160); }
td.TdClassName
{
border-color: #BD2FA0;
}
.TagClassName
{
border-color: #BD2FA0;
}
</style>