Shades of Medium Violet Red #BD1B77
Tints of Medium Violet Red #BD1B77
RGB
CMYK
RGB Variations
Color information
#BD1B77 (or 0xBD1B77) is known color: Medium Violet Red. HEX triplet: BD, 1B and 77. RGB value is (189,27,119). Sum of RGB (Red+Green+Blue) = 189+27+119=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1B77 is #42E488. Grayscale: #555555. Windows color (decimal): -4383881 or 7805885. OLE color: 7805885.
HSL color Cylindrical-coordinate representation of color #BD1B77: hue angle of 325.93º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1B77 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 119 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.26 |
| HSL | 325.93º | 0.75% | 0.42% | - |
| HSV(B) | 325.93º | 0.86% | 0.74% | - |
| XYZ | 24.71 | 12.93 | 18.65 | - |
| YUV | 85.93 | 146.67 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 119 | 0 | 0.86 | 0.37 | 0.26 | 325.93 | 0.75 | 0.42 |
| Hex | BD | 1B | 77 | 0 | 56 | 25 | 1A | 146 | 4B | 2A |
| Octal | 275 | 33 | 167 | 0 | 126 | 45 | 32 | 506 | 113 | 52 |
| Binary | 10111101 | 11011 | 1110111 | 0 | 1010110 | 100101 | 11010 | 101000110 | 1001011 | 101010 |
Color Harmonies of #BD1B77
Complementary color
Monochromatic Colors of #BD1B77
Black with #BD1B77
Text Example
Text Example
White with #BD1B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1B77; }
p { color: rgb(189,27,119); }
H1.HeaderClassName
{
color: #BD1B77;
}
.AnyTagClassName
{
color: #BD1B77;
}
</style>
background-color css
<style>
a { background-color: #BD1B77; }
a { background-color: rgb(189,27,119); }
div.DivClassName
{
background-color: #BD1B77;
}
.BgClassName
{
background-color: #BD1B77;
}
</style>
border-color css
<style>
span { border-color: #BD1B77; }
span { border-color: rgb(189,27,119); }
td.TdClassName
{
border-color: #BD1B77;
}
.TagClassName
{
border-color: #BD1B77;
}
</style>