Shades of Medium Red Violet #BD3E8F
Tints of Medium Red Violet #BD3E8F
RGB
CMYK
RGB Variations
Color information
#BD3E8F (or 0xBD3E8F) is known color: Medium Red Violet. HEX triplet: BD, 3E and 8F. RGB value is (189,62,143). Sum of RGB (Red+Green+Blue) = 189+62+143=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3E8F is #42C170. Grayscale: #6D6D6D. Windows color (decimal): -4374897 or 9387709. OLE color: 9387709.
HSL color Cylindrical-coordinate representation of color #BD3E8F: hue angle of 321.73º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3E8F is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 143 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.26 |
| HSL | 321.73º | 0.51% | 0.49% | - |
| HSV(B) | 321.73º | 0.67% | 0.74% | - |
| XYZ | 27.67 | 16.25 | 27.66 | - |
| YUV | 109.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 143 | 0 | 0.67 | 0.24 | 0.26 | 321.73 | 0.51 | 0.49 |
| Hex | BD | 3E | 8F | 0 | 43 | 18 | 1A | 142 | 33 | 31 |
| Octal | 275 | 76 | 217 | 0 | 103 | 30 | 32 | 502 | 63 | 61 |
| Binary | 10111101 | 111110 | 10001111 | 0 | 1000011 | 11000 | 11010 | 101000010 | 110011 | 110001 |
Color Harmonies of #BD3E8F
Complementary color
Monochromatic Colors of #BD3E8F
Black with #BD3E8F
Text Example
Text Example
White with #BD3E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E8F; }
p { color: rgb(189,62,143); }
H1.HeaderClassName
{
color: #BD3E8F;
}
.AnyTagClassName
{
color: #BD3E8F;
}
</style>
background-color css
<style>
a { background-color: #BD3E8F; }
a { background-color: rgb(189,62,143); }
div.DivClassName
{
background-color: #BD3E8F;
}
.BgClassName
{
background-color: #BD3E8F;
}
</style>
border-color css
<style>
span { border-color: #BD3E8F; }
span { border-color: rgb(189,62,143); }
td.TdClassName
{
border-color: #BD3E8F;
}
.TagClassName
{
border-color: #BD3E8F;
}
</style>