Shades of Medium Violet Red #BD1B9A
Tints of Medium Violet Red #BD1B9A
RGB
CMYK
RGB Variations
Color information
#BD1B9A (or 0xBD1B9A) is known color: Medium Violet Red. HEX triplet: BD, 1B and 9A. RGB value is (189,27,154). Sum of RGB (Red+Green+Blue) = 189+27+154=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1B9A is #42E465. Grayscale: #595959. Windows color (decimal): -4383846 or 10099645. OLE color: 10099645.
HSL color Cylindrical-coordinate representation of color #BD1B9A: hue angle of 312.96º 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 #BD1B9A is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 154 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.26 |
| HSL | 312.96º | 0.75% | 0.42% | - |
| HSV(B) | 312.96º | 0.86% | 0.74% | - |
| XYZ | 27.21 | 13.94 | 31.83 | - |
| YUV | 89.92 | 164.17 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 154 | 0 | 0.86 | 0.19 | 0.26 | 312.96 | 0.75 | 0.42 |
| Hex | BD | 1B | 9A | 0 | 56 | 13 | 1A | 139 | 4B | 2A |
| Octal | 275 | 33 | 232 | 0 | 126 | 23 | 32 | 471 | 113 | 52 |
| Binary | 10111101 | 11011 | 10011010 | 0 | 1010110 | 10011 | 11010 | 100111001 | 1001011 | 101010 |
Color Harmonies of #BD1B9A
Complementary color
Monochromatic Colors of #BD1B9A
Black with #BD1B9A
Text Example
Text Example
White with #BD1B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1B9A; }
p { color: rgb(189,27,154); }
H1.HeaderClassName
{
color: #BD1B9A;
}
.AnyTagClassName
{
color: #BD1B9A;
}
</style>
background-color css
<style>
a { background-color: #BD1B9A; }
a { background-color: rgb(189,27,154); }
div.DivClassName
{
background-color: #BD1B9A;
}
.BgClassName
{
background-color: #BD1B9A;
}
</style>
border-color css
<style>
span { border-color: #BD1B9A; }
span { border-color: rgb(189,27,154); }
td.TdClassName
{
border-color: #BD1B9A;
}
.TagClassName
{
border-color: #BD1B9A;
}
</style>