Shades of Medium Red Violet #BD3198
Tints of Medium Red Violet #BD3198
RGB
CMYK
RGB Variations
Color information
#BD3198 (or 0xBD3198) is known color: Medium Red Violet. HEX triplet: BD, 31 and 98. RGB value is (189,49,152). Sum of RGB (Red+Green+Blue) = 189+49+152=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3198 is #42CE67. Grayscale: #666666. Windows color (decimal): -4378216 or 9974205. OLE color: 9974205.
HSL color Cylindrical-coordinate representation of color #BD3198: hue angle of 315.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3198 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 152 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.26 |
| HSL | 315.86º | 0.59% | 0.47% | - |
| HSV(B) | 315.86º | 0.74% | 0.74% | - |
| XYZ | 27.75 | 15.28 | 31.19 | - |
| YUV | 102.6 | 155.88 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 152 | 0 | 0.74 | 0.20 | 0.26 | 315.86 | 0.59 | 0.47 |
| Hex | BD | 31 | 98 | 0 | 4A | 14 | 1A | 13C | 3B | 2F |
| Octal | 275 | 61 | 230 | 0 | 112 | 24 | 32 | 474 | 73 | 57 |
| Binary | 10111101 | 110001 | 10011000 | 0 | 1001010 | 10100 | 11010 | 100111100 | 111011 | 101111 |
Color Harmonies of #BD3198
Complementary color
Monochromatic Colors of #BD3198
Black with #BD3198
Text Example
Text Example
White with #BD3198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3198; }
p { color: rgb(189,49,152); }
H1.HeaderClassName
{
color: #BD3198;
}
.AnyTagClassName
{
color: #BD3198;
}
</style>
background-color css
<style>
a { background-color: #BD3198; }
a { background-color: rgb(189,49,152); }
div.DivClassName
{
background-color: #BD3198;
}
.BgClassName
{
background-color: #BD3198;
}
</style>
border-color css
<style>
span { border-color: #BD3198; }
span { border-color: rgb(189,49,152); }
td.TdClassName
{
border-color: #BD3198;
}
.TagClassName
{
border-color: #BD3198;
}
</style>