Shades of Medium Violet Red #BD0997
Tints of Medium Violet Red #BD0997
RGB
CMYK
RGB Variations
Color information
#BD0997 (or 0xBD0997) is known color: Medium Violet Red. HEX triplet: BD, 09 and 97. RGB value is (189,9,151). Sum of RGB (Red+Green+Blue) = 189+9+151=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0997 is #42F668. Grayscale: #4E4E4E. Windows color (decimal): -4388457 or 9898429. OLE color: 9898429.
HSL color Cylindrical-coordinate representation of color #BD0997: hue angle of 312.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 #BD0997 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 151 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.26 |
| HSL | 312.67º | 0.91% | 0.39% | - |
| HSV(B) | 312.67º | 0.95% | 0.74% | - |
| XYZ | 26.67 | 13.25 | 30.43 | - |
| YUV | 79.01 | 168.63 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 151 | 0 | 0.95 | 0.20 | 0.26 | 312.67 | 0.91 | 0.39 |
| Hex | BD | 9 | 97 | 0 | 5F | 14 | 1A | 139 | 5B | 27 |
| Octal | 275 | 11 | 227 | 0 | 137 | 24 | 32 | 471 | 133 | 47 |
| Binary | 10111101 | 1001 | 10010111 | 0 | 1011111 | 10100 | 11010 | 100111001 | 1011011 | 100111 |
Color Harmonies of #BD0997
Complementary color
Monochromatic Colors of #BD0997
Black with #BD0997
Text Example
Text Example
White with #BD0997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0997; }
p { color: rgb(189,9,151); }
H1.HeaderClassName
{
color: #BD0997;
}
.AnyTagClassName
{
color: #BD0997;
}
</style>
background-color css
<style>
a { background-color: #BD0997; }
a { background-color: rgb(189,9,151); }
div.DivClassName
{
background-color: #BD0997;
}
.BgClassName
{
background-color: #BD0997;
}
</style>
border-color css
<style>
span { border-color: #BD0997; }
span { border-color: rgb(189,9,151); }
td.TdClassName
{
border-color: #BD0997;
}
.TagClassName
{
border-color: #BD0997;
}
</style>