Shades of Medium Red Violet #BD3F90
Tints of Medium Red Violet #BD3F90
RGB
CMYK
RGB Variations
Color information
#BD3F90 (or 0xBD3F90) is known color: Medium Red Violet. HEX triplet: BD, 3F and 90. RGB value is (189,63,144). Sum of RGB (Red+Green+Blue) = 189+63+144=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3F90 is #42C06F. Grayscale: #6D6D6D. Windows color (decimal): -4374640 or 9453501. OLE color: 9453501.
HSL color Cylindrical-coordinate representation of color #BD3F90: hue angle of 321.43º degrees, saturation: 0.5, 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 #BD3F90 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 144 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.26 |
| HSL | 321.43º | 0.5% | 0.49% | - |
| HSV(B) | 321.43º | 0.67% | 0.74% | - |
| XYZ | 27.8 | 16.39 | 28.08 | - |
| YUV | 109.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 144 | 0 | 0.67 | 0.24 | 0.26 | 321.43 | 0.5 | 0.49 |
| Hex | BD | 3F | 90 | 0 | 43 | 18 | 1A | 141 | 32 | 31 |
| Octal | 275 | 77 | 220 | 0 | 103 | 30 | 32 | 501 | 62 | 61 |
| Binary | 10111101 | 111111 | 10010000 | 0 | 1000011 | 11000 | 11010 | 101000001 | 110010 | 110001 |
Color Harmonies of #BD3F90
Complementary color
Monochromatic Colors of #BD3F90
Black with #BD3F90
Text Example
Text Example
White with #BD3F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F90; }
p { color: rgb(189,63,144); }
H1.HeaderClassName
{
color: #BD3F90;
}
.AnyTagClassName
{
color: #BD3F90;
}
</style>
background-color css
<style>
a { background-color: #BD3F90; }
a { background-color: rgb(189,63,144); }
div.DivClassName
{
background-color: #BD3F90;
}
.BgClassName
{
background-color: #BD3F90;
}
</style>
border-color css
<style>
span { border-color: #BD3F90; }
span { border-color: rgb(189,63,144); }
td.TdClassName
{
border-color: #BD3F90;
}
.TagClassName
{
border-color: #BD3F90;
}
</style>