Shades of Medium Violet Red #BD129B
Tints of Medium Violet Red #BD129B
RGB
CMYK
RGB Variations
Color information
#BD129B (or 0xBD129B) is known color: Medium Violet Red. HEX triplet: BD, 12 and 9B. RGB value is (189,18,155). Sum of RGB (Red+Green+Blue) = 189+18+155=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD129B is #42ED64. Grayscale: #545454. Windows color (decimal): -4386149 or 10162877. OLE color: 10162877.
HSL color Cylindrical-coordinate representation of color #BD129B: hue angle of 311.93º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD129B is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 155 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.26 |
| HSL | 311.93º | 0.83% | 0.41% | - |
| HSV(B) | 311.93º | 0.9% | 0.74% | - |
| XYZ | 27.12 | 13.62 | 32.21 | - |
| YUV | 84.75 | 167.65 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 155 | 0 | 0.90 | 0.18 | 0.26 | 311.93 | 0.83 | 0.41 |
| Hex | BD | 12 | 9B | 0 | 5A | 12 | 1A | 138 | 53 | 29 |
| Octal | 275 | 22 | 233 | 0 | 132 | 22 | 32 | 470 | 123 | 51 |
| Binary | 10111101 | 10010 | 10011011 | 0 | 1011010 | 10010 | 11010 | 100111000 | 1010011 | 101001 |
Color Harmonies of #BD129B
Complementary color
Monochromatic Colors of #BD129B
Black with #BD129B
Text Example
Text Example
White with #BD129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD129B; }
p { color: rgb(189,18,155); }
H1.HeaderClassName
{
color: #BD129B;
}
.AnyTagClassName
{
color: #BD129B;
}
</style>
background-color css
<style>
a { background-color: #BD129B; }
a { background-color: rgb(189,18,155); }
div.DivClassName
{
background-color: #BD129B;
}
.BgClassName
{
background-color: #BD129B;
}
</style>
border-color css
<style>
span { border-color: #BD129B; }
span { border-color: rgb(189,18,155); }
td.TdClassName
{
border-color: #BD129B;
}
.TagClassName
{
border-color: #BD129B;
}
</style>