Shades of Medium Violet Red #BD098C
Tints of Medium Violet Red #BD098C
RGB
CMYK
RGB Variations
Color information
#BD098C (or 0xBD098C) is known color: Medium Violet Red. HEX triplet: BD, 09 and 8C. RGB value is (189,9,140). Sum of RGB (Red+Green+Blue) = 189+9+140=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD098C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD098C is #42F673. Grayscale: #4D4D4D. Windows color (decimal): -4388468 or 9177533. OLE color: 9177533.
HSL color Cylindrical-coordinate representation of color #BD098C: hue angle of 316.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 #BD098C is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 140 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.26 |
| HSL | 316.33º | 0.91% | 0.39% | - |
| HSV(B) | 316.33º | 0.95% | 0.74% | - |
| XYZ | 25.82 | 12.91 | 25.94 | - |
| YUV | 77.75 | 163.13 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 140 | 0 | 0.95 | 0.26 | 0.26 | 316.33 | 0.91 | 0.39 |
| Hex | BD | 9 | 8C | 0 | 5F | 1A | 1A | 13C | 5B | 27 |
| Octal | 275 | 11 | 214 | 0 | 137 | 32 | 32 | 474 | 133 | 47 |
| Binary | 10111101 | 1001 | 10001100 | 0 | 1011111 | 11010 | 11010 | 100111100 | 1011011 | 100111 |
Color Harmonies of #BD098C
Complementary color
Monochromatic Colors of #BD098C
Black with #BD098C
Text Example
Text Example
White with #BD098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD098C; }
p { color: rgb(189,9,140); }
H1.HeaderClassName
{
color: #BD098C;
}
.AnyTagClassName
{
color: #BD098C;
}
</style>
background-color css
<style>
a { background-color: #BD098C; }
a { background-color: rgb(189,9,140); }
div.DivClassName
{
background-color: #BD098C;
}
.BgClassName
{
background-color: #BD098C;
}
</style>
border-color css
<style>
span { border-color: #BD098C; }
span { border-color: rgb(189,9,140); }
td.TdClassName
{
border-color: #BD098C;
}
.TagClassName
{
border-color: #BD098C;
}
</style>