Shades of Medium Red Violet #BD3F88
Tints of Medium Red Violet #BD3F88
RGB
CMYK
RGB Variations
Color information
#BD3F88 (or 0xBD3F88) is known color: Medium Red Violet. HEX triplet: BD, 3F and 88. RGB value is (189,63,136). Sum of RGB (Red+Green+Blue) = 189+63+136=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3F88 is #42C077. Grayscale: #6C6C6C. Windows color (decimal): -4374648 or 8929213. OLE color: 8929213.
HSL color Cylindrical-coordinate representation of color #BD3F88: hue angle of 325.24º 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 #BD3F88 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 136 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.26 |
| HSL | 325.24º | 0.5% | 0.49% | - |
| HSV(B) | 325.24º | 0.67% | 0.74% | - |
| XYZ | 27.21 | 16.15 | 24.98 | - |
| YUV | 109 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 136 | 0 | 0.67 | 0.28 | 0.26 | 325.24 | 0.5 | 0.49 |
| Hex | BD | 3F | 88 | 0 | 43 | 1C | 1A | 145 | 32 | 31 |
| Octal | 275 | 77 | 210 | 0 | 103 | 34 | 32 | 505 | 62 | 61 |
| Binary | 10111101 | 111111 | 10001000 | 0 | 1000011 | 11100 | 11010 | 101000101 | 110010 | 110001 |
Color Harmonies of #BD3F88
Complementary color
Monochromatic Colors of #BD3F88
Black with #BD3F88
Text Example
Text Example
White with #BD3F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F88; }
p { color: rgb(189,63,136); }
H1.HeaderClassName
{
color: #BD3F88;
}
.AnyTagClassName
{
color: #BD3F88;
}
</style>
background-color css
<style>
a { background-color: #BD3F88; }
a { background-color: rgb(189,63,136); }
div.DivClassName
{
background-color: #BD3F88;
}
.BgClassName
{
background-color: #BD3F88;
}
</style>
border-color css
<style>
span { border-color: #BD3F88; }
span { border-color: rgb(189,63,136); }
td.TdClassName
{
border-color: #BD3F88;
}
.TagClassName
{
border-color: #BD3F88;
}
</style>