Shades of Medium Violet Red #BD1C6D
Tints of Medium Violet Red #BD1C6D
RGB
CMYK
RGB Variations
Color information
#BD1C6D (or 0xBD1C6D) is known color: Medium Violet Red. HEX triplet: BD, 1C and 6D. RGB value is (189,28,109). Sum of RGB (Red+Green+Blue) = 189+28+109=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1C6D is #42E392. Grayscale: #555555. Windows color (decimal): -4383635 or 7150781. OLE color: 7150781.
HSL color Cylindrical-coordinate representation of color #BD1C6D: hue angle of 329.81º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1C6D is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 28 | 109 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.26 |
| HSL | 329.81º | 0.74% | 0.43% | - |
| HSV(B) | 329.81º | 0.85% | 0.74% | - |
| XYZ | 24.16 | 12.75 | 15.66 | - |
| YUV | 85.37 | 141.34 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 109 | 0 | 0.85 | 0.42 | 0.26 | 329.81 | 0.74 | 0.43 |
| Hex | BD | 1C | 6D | 0 | 55 | 2A | 1A | 14A | 4A | 2B |
| Octal | 275 | 34 | 155 | 0 | 125 | 52 | 32 | 512 | 112 | 53 |
| Binary | 10111101 | 11100 | 1101101 | 0 | 1010101 | 101010 | 11010 | 101001010 | 1001010 | 101011 |
Color Harmonies of #BD1C6D
Complementary color
Monochromatic Colors of #BD1C6D
Black with #BD1C6D
Text Example
Text Example
White with #BD1C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1C6D; }
p { color: rgb(189,28,109); }
H1.HeaderClassName
{
color: #BD1C6D;
}
.AnyTagClassName
{
color: #BD1C6D;
}
</style>
background-color css
<style>
a { background-color: #BD1C6D; }
a { background-color: rgb(189,28,109); }
div.DivClassName
{
background-color: #BD1C6D;
}
.BgClassName
{
background-color: #BD1C6D;
}
</style>
border-color css
<style>
span { border-color: #BD1C6D; }
span { border-color: rgb(189,28,109); }
td.TdClassName
{
border-color: #BD1C6D;
}
.TagClassName
{
border-color: #BD1C6D;
}
</style>