Shades of Medium Violet Red #BD1B7B
Tints of Medium Violet Red #BD1B7B
RGB
CMYK
RGB Variations
Color information
#BD1B7B (or 0xBD1B7B) is known color: Medium Violet Red. HEX triplet: BD, 1B and 7B. RGB value is (189,27,123). Sum of RGB (Red+Green+Blue) = 189+27+123=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1B7B is #42E484. Grayscale: #565656. Windows color (decimal): -4383877 or 8068029. OLE color: 8068029.
HSL color Cylindrical-coordinate representation of color #BD1B7B: hue angle of 324.44º 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 #BD1B7B is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 123 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.26 |
| HSL | 324.44º | 0.75% | 0.42% | - |
| HSV(B) | 324.44º | 0.86% | 0.74% | - |
| XYZ | 24.95 | 13.03 | 19.94 | - |
| YUV | 86.38 | 148.67 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 123 | 0 | 0.86 | 0.35 | 0.26 | 324.44 | 0.75 | 0.42 |
| Hex | BD | 1B | 7B | 0 | 56 | 23 | 1A | 144 | 4B | 2A |
| Octal | 275 | 33 | 173 | 0 | 126 | 43 | 32 | 504 | 113 | 52 |
| Binary | 10111101 | 11011 | 1111011 | 0 | 1010110 | 100011 | 11010 | 101000100 | 1001011 | 101010 |
Color Harmonies of #BD1B7B
Complementary color
Monochromatic Colors of #BD1B7B
Black with #BD1B7B
Text Example
Text Example
White with #BD1B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1B7B; }
p { color: rgb(189,27,123); }
H1.HeaderClassName
{
color: #BD1B7B;
}
.AnyTagClassName
{
color: #BD1B7B;
}
</style>
background-color css
<style>
a { background-color: #BD1B7B; }
a { background-color: rgb(189,27,123); }
div.DivClassName
{
background-color: #BD1B7B;
}
.BgClassName
{
background-color: #BD1B7B;
}
</style>
border-color css
<style>
span { border-color: #BD1B7B; }
span { border-color: rgb(189,27,123); }
td.TdClassName
{
border-color: #BD1B7B;
}
.TagClassName
{
border-color: #BD1B7B;
}
</style>