Shades of Medium Red Violet #BD3B9C
Tints of Medium Red Violet #BD3B9C
RGB
CMYK
RGB Variations
Color information
#BD3B9C (or 0xBD3B9C) is known color: Medium Red Violet. HEX triplet: BD, 3B and 9C. RGB value is (189,59,156). Sum of RGB (Red+Green+Blue) = 189+59+156=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3B9C is #42C463. Grayscale: #6C6C6C. Windows color (decimal): -4375652 or 10238909. OLE color: 10238909.
HSL color Cylindrical-coordinate representation of color #BD3B9C: hue angle of 315.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3B9C is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 156 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.26 |
| HSL | 315.23º | 0.52% | 0.49% | - |
| HSV(B) | 315.23º | 0.69% | 0.74% | - |
| XYZ | 28.55 | 16.35 | 33.1 | - |
| YUV | 108.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 156 | 0 | 0.69 | 0.17 | 0.26 | 315.23 | 0.52 | 0.49 |
| Hex | BD | 3B | 9C | 0 | 45 | 11 | 1A | 13B | 34 | 31 |
| Octal | 275 | 73 | 234 | 0 | 105 | 21 | 32 | 473 | 64 | 61 |
| Binary | 10111101 | 111011 | 10011100 | 0 | 1000101 | 10001 | 11010 | 100111011 | 110100 | 110001 |
Color Harmonies of #BD3B9C
Complementary color
Monochromatic Colors of #BD3B9C
Black with #BD3B9C
Text Example
Text Example
White with #BD3B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3B9C; }
p { color: rgb(189,59,156); }
H1.HeaderClassName
{
color: #BD3B9C;
}
.AnyTagClassName
{
color: #BD3B9C;
}
</style>
background-color css
<style>
a { background-color: #BD3B9C; }
a { background-color: rgb(189,59,156); }
div.DivClassName
{
background-color: #BD3B9C;
}
.BgClassName
{
background-color: #BD3B9C;
}
</style>
border-color css
<style>
span { border-color: #BD3B9C; }
span { border-color: rgb(189,59,156); }
td.TdClassName
{
border-color: #BD3B9C;
}
.TagClassName
{
border-color: #BD3B9C;
}
</style>