Shades of Medium Violet Red #BD0CA2
Tints of Medium Violet Red #BD0CA2
RGB
CMYK
RGB Variations
Color information
#BD0CA2 (or 0xBD0CA2) is known color: Medium Violet Red. HEX triplet: BD, 0C and A2. RGB value is (189,12,162). Sum of RGB (Red+Green+Blue) = 189+12+162=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0CA2 is #42F35D. Grayscale: #515151. Windows color (decimal): -4387678 or 10620093. OLE color: 10620093.
HSL color Cylindrical-coordinate representation of color #BD0CA2: hue angle of 309.15º degrees, saturation: 0.88, 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 #BD0CA2 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 162 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.26 |
| HSL | 309.15º | 0.88% | 0.39% | - |
| HSV(B) | 309.15º | 0.94% | 0.74% | - |
| XYZ | 27.64 | 13.69 | 35.37 | - |
| YUV | 82.02 | 173.14 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 162 | 0 | 0.94 | 0.14 | 0.26 | 309.15 | 0.88 | 0.39 |
| Hex | BD | C | A2 | 0 | 5E | E | 1A | 135 | 58 | 27 |
| Octal | 275 | 14 | 242 | 0 | 136 | 16 | 32 | 465 | 130 | 47 |
| Binary | 10111101 | 1100 | 10100010 | 0 | 1011110 | 1110 | 11010 | 100110101 | 1011000 | 100111 |
Color Harmonies of #BD0CA2
Complementary color
Monochromatic Colors of #BD0CA2
Black with #BD0CA2
Text Example
Text Example
White with #BD0CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0CA2; }
p { color: rgb(189,12,162); }
H1.HeaderClassName
{
color: #BD0CA2;
}
.AnyTagClassName
{
color: #BD0CA2;
}
</style>
background-color css
<style>
a { background-color: #BD0CA2; }
a { background-color: rgb(189,12,162); }
div.DivClassName
{
background-color: #BD0CA2;
}
.BgClassName
{
background-color: #BD0CA2;
}
</style>
border-color css
<style>
span { border-color: #BD0CA2; }
span { border-color: rgb(189,12,162); }
td.TdClassName
{
border-color: #BD0CA2;
}
.TagClassName
{
border-color: #BD0CA2;
}
</style>