Shades of Medium Violet Red #BD098B
Tints of Medium Violet Red #BD098B
RGB
CMYK
RGB Variations
Color information
#BD098B (or 0xBD098B) is known color: Medium Violet Red. HEX triplet: BD, 09 and 8B. RGB value is (189,9,139). Sum of RGB (Red+Green+Blue) = 189+9+139=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD098B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD098B is #42F674. Grayscale: #4D4D4D. Windows color (decimal): -4388469 or 9111997. OLE color: 9111997.
HSL color Cylindrical-coordinate representation of color #BD098B: hue angle of 316.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 #BD098B is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 139 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.26 |
| HSL | 316.67º | 0.91% | 0.39% | - |
| HSV(B) | 316.67º | 0.95% | 0.74% | - |
| XYZ | 25.74 | 12.88 | 25.55 | - |
| YUV | 77.64 | 162.63 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 139 | 0 | 0.95 | 0.26 | 0.26 | 316.67 | 0.91 | 0.39 |
| Hex | BD | 9 | 8B | 0 | 5F | 1A | 1A | 13D | 5B | 27 |
| Octal | 275 | 11 | 213 | 0 | 137 | 32 | 32 | 475 | 133 | 47 |
| Binary | 10111101 | 1001 | 10001011 | 0 | 1011111 | 11010 | 11010 | 100111101 | 1011011 | 100111 |
Color Harmonies of #BD098B
Complementary color
Monochromatic Colors of #BD098B
Black with #BD098B
Text Example
Text Example
White with #BD098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD098B; }
p { color: rgb(189,9,139); }
H1.HeaderClassName
{
color: #BD098B;
}
.AnyTagClassName
{
color: #BD098B;
}
</style>
background-color css
<style>
a { background-color: #BD098B; }
a { background-color: rgb(189,9,139); }
div.DivClassName
{
background-color: #BD098B;
}
.BgClassName
{
background-color: #BD098B;
}
</style>
border-color css
<style>
span { border-color: #BD098B; }
span { border-color: rgb(189,9,139); }
td.TdClassName
{
border-color: #BD098B;
}
.TagClassName
{
border-color: #BD098B;
}
</style>