Shades of Medium Violet Red #BD0278
Tints of Medium Violet Red #BD0278
RGB
CMYK
RGB Variations
Color information
#BD0278 (or 0xBD0278) is known color: Medium Violet Red. HEX triplet: BD, 02 and 78. RGB value is (189,2,120). Sum of RGB (Red+Green+Blue) = 189+2+120=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0278 is #42FD87. Grayscale: #474747. Windows color (decimal): -4390280 or 7865021. OLE color: 7865021.
HSL color Cylindrical-coordinate representation of color #BD0278: hue angle of 322.14º 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 #BD0278 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.26 |
| HSL | 322.14º | 0.98% | 0.37% | - |
| HSV(B) | 322.14º | 0.99% | 0.74% | - |
| XYZ | 24.4 | 12.22 | 18.84 | - |
| YUV | 71.37 | 155.45 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 120 | 0 | 0.99 | 0.37 | 0.26 | 322.14 | 0.98 | 0.37 |
| Hex | BD | 2 | 78 | 0 | 63 | 25 | 1A | 142 | 62 | 25 |
| Octal | 275 | 2 | 170 | 0 | 143 | 45 | 32 | 502 | 142 | 45 |
| Binary | 10111101 | 10 | 1111000 | 0 | 1100011 | 100101 | 11010 | 101000010 | 1100010 | 100101 |
Color Harmonies of #BD0278
Complementary color
Monochromatic Colors of #BD0278
Black with #BD0278
Text Example
Text Example
White with #BD0278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0278; }
p { color: rgb(189,2,120); }
H1.HeaderClassName
{
color: #BD0278;
}
.AnyTagClassName
{
color: #BD0278;
}
</style>
background-color css
<style>
a { background-color: #BD0278; }
a { background-color: rgb(189,2,120); }
div.DivClassName
{
background-color: #BD0278;
}
.BgClassName
{
background-color: #BD0278;
}
</style>
border-color css
<style>
span { border-color: #BD0278; }
span { border-color: rgb(189,2,120); }
td.TdClassName
{
border-color: #BD0278;
}
.TagClassName
{
border-color: #BD0278;
}
</style>