Shades of Medium Violet Red #BD1B7A
Tints of Medium Violet Red #BD1B7A
RGB
CMYK
RGB Variations
Color information
#BD1B7A (or 0xBD1B7A) is known color: Medium Violet Red. HEX triplet: BD, 1B and 7A. RGB value is (189,27,122). Sum of RGB (Red+Green+Blue) = 189+27+122=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1B7A is #42E485. Grayscale: #565656. Windows color (decimal): -4383878 or 8002493. OLE color: 8002493.
HSL color Cylindrical-coordinate representation of color #BD1B7A: hue angle of 324.81º 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 #BD1B7A is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 122 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.26 |
| HSL | 324.81º | 0.75% | 0.42% | - |
| HSV(B) | 324.81º | 0.86% | 0.74% | - |
| XYZ | 24.89 | 13.01 | 19.61 | - |
| YUV | 86.27 | 148.17 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 122 | 0 | 0.86 | 0.35 | 0.26 | 324.81 | 0.75 | 0.42 |
| Hex | BD | 1B | 7A | 0 | 56 | 23 | 1A | 145 | 4B | 2A |
| Octal | 275 | 33 | 172 | 0 | 126 | 43 | 32 | 505 | 113 | 52 |
| Binary | 10111101 | 11011 | 1111010 | 0 | 1010110 | 100011 | 11010 | 101000101 | 1001011 | 101010 |
Color Harmonies of #BD1B7A
Complementary color
Monochromatic Colors of #BD1B7A
Black with #BD1B7A
Text Example
Text Example
White with #BD1B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1B7A; }
p { color: rgb(189,27,122); }
H1.HeaderClassName
{
color: #BD1B7A;
}
.AnyTagClassName
{
color: #BD1B7A;
}
</style>
background-color css
<style>
a { background-color: #BD1B7A; }
a { background-color: rgb(189,27,122); }
div.DivClassName
{
background-color: #BD1B7A;
}
.BgClassName
{
background-color: #BD1B7A;
}
</style>
border-color css
<style>
span { border-color: #BD1B7A; }
span { border-color: rgb(189,27,122); }
td.TdClassName
{
border-color: #BD1B7A;
}
.TagClassName
{
border-color: #BD1B7A;
}
</style>