Shades of Medium Violet Red #BD0BA5
Tints of Medium Violet Red #BD0BA5
RGB
CMYK
RGB Variations
Color information
#BD0BA5 (or 0xBD0BA5) is known color: Medium Violet Red. HEX triplet: BD, 0B and A5. RGB value is (189,11,165). Sum of RGB (Red+Green+Blue) = 189+11+165=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0BA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0BA5 is #42F45A. Grayscale: #515151. Windows color (decimal): -4387931 or 10816445. OLE color: 10816445.
HSL color Cylindrical-coordinate representation of color #BD0BA5: hue angle of 308.09º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0BA5 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 11 | 165 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.26 |
| HSL | 308.09º | 0.89% | 0.39% | - |
| HSV(B) | 308.09º | 0.94% | 0.74% | - |
| XYZ | 27.9 | 13.77 | 36.79 | - |
| YUV | 81.78 | 174.97 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 165 | 0 | 0.94 | 0.13 | 0.26 | 308.09 | 0.89 | 0.39 |
| Hex | BD | B | A5 | 0 | 5E | D | 1A | 134 | 59 | 27 |
| Octal | 275 | 13 | 245 | 0 | 136 | 15 | 32 | 464 | 131 | 47 |
| Binary | 10111101 | 1011 | 10100101 | 0 | 1011110 | 1101 | 11010 | 100110100 | 1011001 | 100111 |
Color Harmonies of #BD0BA5
Complementary color
Monochromatic Colors of #BD0BA5
Black with #BD0BA5
Text Example
Text Example
White with #BD0BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0BA5; }
p { color: rgb(189,11,165); }
H1.HeaderClassName
{
color: #BD0BA5;
}
.AnyTagClassName
{
color: #BD0BA5;
}
</style>
background-color css
<style>
a { background-color: #BD0BA5; }
a { background-color: rgb(189,11,165); }
div.DivClassName
{
background-color: #BD0BA5;
}
.BgClassName
{
background-color: #BD0BA5;
}
</style>
border-color css
<style>
span { border-color: #BD0BA5; }
span { border-color: rgb(189,11,165); }
td.TdClassName
{
border-color: #BD0BA5;
}
.TagClassName
{
border-color: #BD0BA5;
}
</style>