Shades of Medium Violet Red #BD009B
Tints of Medium Violet Red #BD009B
RGB
CMYK
RGB Variations
Color information
#BD009B (or 0xBD009B) is known color: Medium Violet Red. HEX triplet: BD, 00 and 9B. RGB value is (189,0,155). Sum of RGB (Red+Green+Blue) = 189+0+155=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD009B is #42FF64. Grayscale: #494949. Windows color (decimal): -4390757 or 10158269. OLE color: 10158269.
HSL color Cylindrical-coordinate representation of color #BD009B: hue angle of 310.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD009B is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.18 | 0.26 |
| HSL | 310.79º | 1% | 0.37% | - |
| HSV(B) | 310.79º | 1% | 0.74% | - |
| XYZ | 26.9 | 13.19 | 32.14 | - |
| YUV | 74.18 | 173.62 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 155 | 0 | 1 | 0.18 | 0.26 | 310.79 | 1 | 0.37 |
| Hex | BD | 0 | 9B | 0 | 64 | 12 | 1A | 137 | 64 | 25 |
| Octal | 275 | 0 | 233 | 0 | 144 | 22 | 32 | 467 | 144 | 45 |
| Binary | 10111101 | 0 | 10011011 | 0 | 1100100 | 10010 | 11010 | 100110111 | 1100100 | 100101 |
Color Harmonies of #BD009B
Complementary color
Monochromatic Colors of #BD009B
Black with #BD009B
Text Example
Text Example
White with #BD009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD009B; }
p { color: rgb(189,0,155); }
H1.HeaderClassName
{
color: #BD009B;
}
.AnyTagClassName
{
color: #BD009B;
}
</style>
background-color css
<style>
a { background-color: #BD009B; }
a { background-color: rgb(189,0,155); }
div.DivClassName
{
background-color: #BD009B;
}
.BgClassName
{
background-color: #BD009B;
}
</style>
border-color css
<style>
span { border-color: #BD009B; }
span { border-color: rgb(189,0,155); }
td.TdClassName
{
border-color: #BD009B;
}
.TagClassName
{
border-color: #BD009B;
}
</style>