Shades of Medium Violet Red #BD099A
Tints of Medium Violet Red #BD099A
RGB
CMYK
RGB Variations
Color information
#BD099A (or 0xBD099A) is known color: Medium Violet Red. HEX triplet: BD, 09 and 9A. RGB value is (189,9,154). Sum of RGB (Red+Green+Blue) = 189+9+154=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD099A is #42F665. Grayscale: #4E4E4E. Windows color (decimal): -4388454 or 10095037. OLE color: 10095037.
HSL color Cylindrical-coordinate representation of color #BD099A: hue angle of 311.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD099A is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 154 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.26 |
| HSL | 311.67º | 0.91% | 0.39% | - |
| HSV(B) | 311.67º | 0.95% | 0.74% | - |
| XYZ | 26.92 | 13.35 | 31.73 | - |
| YUV | 79.35 | 170.13 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 154 | 0 | 0.95 | 0.19 | 0.26 | 311.67 | 0.91 | 0.39 |
| Hex | BD | 9 | 9A | 0 | 5F | 13 | 1A | 138 | 5B | 27 |
| Octal | 275 | 11 | 232 | 0 | 137 | 23 | 32 | 470 | 133 | 47 |
| Binary | 10111101 | 1001 | 10011010 | 0 | 1011111 | 10011 | 11010 | 100111000 | 1011011 | 100111 |
Color Harmonies of #BD099A
Complementary color
Monochromatic Colors of #BD099A
Black with #BD099A
Text Example
Text Example
White with #BD099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD099A; }
p { color: rgb(189,9,154); }
H1.HeaderClassName
{
color: #BD099A;
}
.AnyTagClassName
{
color: #BD099A;
}
</style>
background-color css
<style>
a { background-color: #BD099A; }
a { background-color: rgb(189,9,154); }
div.DivClassName
{
background-color: #BD099A;
}
.BgClassName
{
background-color: #BD099A;
}
</style>
border-color css
<style>
span { border-color: #BD099A; }
span { border-color: rgb(189,9,154); }
td.TdClassName
{
border-color: #BD099A;
}
.TagClassName
{
border-color: #BD099A;
}
</style>