Shades of Medium Violet Red #BD0275
Tints of Medium Violet Red #BD0275
RGB
CMYK
RGB Variations
Color information
#BD0275 (or 0xBD0275) is known color: Medium Violet Red. HEX triplet: BD, 02 and 75. RGB value is (189,2,117). Sum of RGB (Red+Green+Blue) = 189+2+117=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0275 is #42FD8A. Grayscale: #464646. Windows color (decimal): -4390283 or 7668413. OLE color: 7668413.
HSL color Cylindrical-coordinate representation of color #BD0275: hue angle of 323.1º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0275 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.26 |
| HSL | 323.1º | 0.98% | 0.37% | - |
| HSV(B) | 323.1º | 0.99% | 0.74% | - |
| XYZ | 24.22 | 12.15 | 17.9 | - |
| YUV | 71.02 | 153.95 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 117 | 0 | 0.99 | 0.38 | 0.26 | 323.1 | 0.98 | 0.37 |
| Hex | BD | 2 | 75 | 0 | 63 | 26 | 1A | 143 | 62 | 25 |
| Octal | 275 | 2 | 165 | 0 | 143 | 46 | 32 | 503 | 142 | 45 |
| Binary | 10111101 | 10 | 1110101 | 0 | 1100011 | 100110 | 11010 | 101000011 | 1100010 | 100101 |
Color Harmonies of #BD0275
Complementary color
Monochromatic Colors of #BD0275
Black with #BD0275
Text Example
Text Example
White with #BD0275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0275; }
p { color: rgb(189,2,117); }
H1.HeaderClassName
{
color: #BD0275;
}
.AnyTagClassName
{
color: #BD0275;
}
</style>
background-color css
<style>
a { background-color: #BD0275; }
a { background-color: rgb(189,2,117); }
div.DivClassName
{
background-color: #BD0275;
}
.BgClassName
{
background-color: #BD0275;
}
</style>
border-color css
<style>
span { border-color: #BD0275; }
span { border-color: rgb(189,2,117); }
td.TdClassName
{
border-color: #BD0275;
}
.TagClassName
{
border-color: #BD0275;
}
</style>