Shades of Medium Violet Red #BD0099
Tints of Medium Violet Red #BD0099
RGB
CMYK
RGB Variations
Color information
#BD0099 (or 0xBD0099) is known color: Medium Violet Red. HEX triplet: BD, 00 and 99. RGB value is (189,0,153). Sum of RGB (Red+Green+Blue) = 189+0+153=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0099 is #42FF66. Grayscale: #494949. Windows color (decimal): -4390759 or 10027197. OLE color: 10027197.
HSL color Cylindrical-coordinate representation of color #BD0099: hue angle of 311.43º 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 #BD0099 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.19 | 0.26 |
| HSL | 311.43º | 1% | 0.37% | - |
| HSV(B) | 311.43º | 1% | 0.74% | - |
| XYZ | 26.74 | 13.12 | 31.26 | - |
| YUV | 73.95 | 172.62 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 153 | 0 | 1 | 0.19 | 0.26 | 311.43 | 1 | 0.37 |
| Hex | BD | 0 | 99 | 0 | 64 | 13 | 1A | 137 | 64 | 25 |
| Octal | 275 | 0 | 231 | 0 | 144 | 23 | 32 | 467 | 144 | 45 |
| Binary | 10111101 | 0 | 10011001 | 0 | 1100100 | 10011 | 11010 | 100110111 | 1100100 | 100101 |
Color Harmonies of #BD0099
Complementary color
Monochromatic Colors of #BD0099
Black with #BD0099
Text Example
Text Example
White with #BD0099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0099; }
p { color: rgb(189,0,153); }
H1.HeaderClassName
{
color: #BD0099;
}
.AnyTagClassName
{
color: #BD0099;
}
</style>
background-color css
<style>
a { background-color: #BD0099; }
a { background-color: rgb(189,0,153); }
div.DivClassName
{
background-color: #BD0099;
}
.BgClassName
{
background-color: #BD0099;
}
</style>
border-color css
<style>
span { border-color: #BD0099; }
span { border-color: rgb(189,0,153); }
td.TdClassName
{
border-color: #BD0099;
}
.TagClassName
{
border-color: #BD0099;
}
</style>