Shades of Medium Violet Red #BD097D
Tints of Medium Violet Red #BD097D
RGB
CMYK
RGB Variations
Color information
#BD097D (or 0xBD097D) is known color: Medium Violet Red. HEX triplet: BD, 09 and 7D. RGB value is (189,9,125). Sum of RGB (Red+Green+Blue) = 189+9+125=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD097D is #42F682. Grayscale: #4B4B4B. Windows color (decimal): -4388483 or 8194493. OLE color: 8194493.
HSL color Cylindrical-coordinate representation of color #BD097D: hue angle of 321.33º 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 #BD097D is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 125 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.26 |
| HSL | 321.33º | 0.91% | 0.39% | - |
| HSV(B) | 321.33º | 0.95% | 0.74% | - |
| XYZ | 24.79 | 12.49 | 20.51 | - |
| YUV | 76.04 | 155.63 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 125 | 0 | 0.95 | 0.34 | 0.26 | 321.33 | 0.91 | 0.39 |
| Hex | BD | 9 | 7D | 0 | 5F | 22 | 1A | 141 | 5B | 27 |
| Octal | 275 | 11 | 175 | 0 | 137 | 42 | 32 | 501 | 133 | 47 |
| Binary | 10111101 | 1001 | 1111101 | 0 | 1011111 | 100010 | 11010 | 101000001 | 1011011 | 100111 |
Color Harmonies of #BD097D
Complementary color
Monochromatic Colors of #BD097D
Black with #BD097D
Text Example
Text Example
White with #BD097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD097D; }
p { color: rgb(189,9,125); }
H1.HeaderClassName
{
color: #BD097D;
}
.AnyTagClassName
{
color: #BD097D;
}
</style>
background-color css
<style>
a { background-color: #BD097D; }
a { background-color: rgb(189,9,125); }
div.DivClassName
{
background-color: #BD097D;
}
.BgClassName
{
background-color: #BD097D;
}
</style>
border-color css
<style>
span { border-color: #BD097D; }
span { border-color: rgb(189,9,125); }
td.TdClassName
{
border-color: #BD097D;
}
.TagClassName
{
border-color: #BD097D;
}
</style>