Shades of Medium Violet Red #BD2285
Tints of Medium Violet Red #BD2285
RGB
CMYK
RGB Variations
Color information
#BD2285 (or 0xBD2285) is known color: Medium Violet Red. HEX triplet: BD, 22 and 85. RGB value is (189,34,133). Sum of RGB (Red+Green+Blue) = 189+34+133=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2285 is #42DD7A. Grayscale: #5B5B5B. Windows color (decimal): -4382075 or 8725181. OLE color: 8725181.
HSL color Cylindrical-coordinate representation of color #BD2285: hue angle of 321.68º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2285 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 133 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.26 |
| HSL | 321.68º | 0.7% | 0.44% | - |
| HSV(B) | 321.68º | 0.82% | 0.74% | - |
| XYZ | 25.79 | 13.66 | 23.47 | - |
| YUV | 91.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 133 | 0 | 0.82 | 0.30 | 0.26 | 321.68 | 0.7 | 0.44 |
| Hex | BD | 22 | 85 | 0 | 52 | 1E | 1A | 142 | 46 | 2C |
| Octal | 275 | 42 | 205 | 0 | 122 | 36 | 32 | 502 | 106 | 54 |
| Binary | 10111101 | 100010 | 10000101 | 0 | 1010010 | 11110 | 11010 | 101000010 | 1000110 | 101100 |
Color Harmonies of #BD2285
Complementary color
Monochromatic Colors of #BD2285
Black with #BD2285
Text Example
Text Example
White with #BD2285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2285; }
p { color: rgb(189,34,133); }
H1.HeaderClassName
{
color: #BD2285;
}
.AnyTagClassName
{
color: #BD2285;
}
</style>
background-color css
<style>
a { background-color: #BD2285; }
a { background-color: rgb(189,34,133); }
div.DivClassName
{
background-color: #BD2285;
}
.BgClassName
{
background-color: #BD2285;
}
</style>
border-color css
<style>
span { border-color: #BD2285; }
span { border-color: rgb(189,34,133); }
td.TdClassName
{
border-color: #BD2285;
}
.TagClassName
{
border-color: #BD2285;
}
</style>