Shades of Medium Red Violet #BD2270
Tints of Medium Red Violet #BD2270
RGB
CMYK
RGB Variations
Color information
#BD2270 (or 0xBD2270) is known color: Medium Red Violet. HEX triplet: BD, 22 and 70. RGB value is (189,34,112). Sum of RGB (Red+Green+Blue) = 189+34+112=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2270 is #42DD8F. Grayscale: #595959. Windows color (decimal): -4382096 or 7348925. OLE color: 7348925.
HSL color Cylindrical-coordinate representation of color #BD2270: hue angle of 329.81º 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 #BD2270 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 112 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.26 |
| HSL | 329.81º | 0.7% | 0.44% | - |
| HSV(B) | 329.81º | 0.82% | 0.74% | - |
| XYZ | 24.48 | 13.13 | 16.57 | - |
| YUV | 89.24 | 140.85 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 112 | 0 | 0.82 | 0.41 | 0.26 | 329.81 | 0.7 | 0.44 |
| Hex | BD | 22 | 70 | 0 | 52 | 29 | 1A | 14A | 46 | 2C |
| Octal | 275 | 42 | 160 | 0 | 122 | 51 | 32 | 512 | 106 | 54 |
| Binary | 10111101 | 100010 | 1110000 | 0 | 1010010 | 101001 | 11010 | 101001010 | 1000110 | 101100 |
Color Harmonies of #BD2270
Complementary color
Monochromatic Colors of #BD2270
Black with #BD2270
Text Example
Text Example
White with #BD2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2270; }
p { color: rgb(189,34,112); }
H1.HeaderClassName
{
color: #BD2270;
}
.AnyTagClassName
{
color: #BD2270;
}
</style>
background-color css
<style>
a { background-color: #BD2270; }
a { background-color: rgb(189,34,112); }
div.DivClassName
{
background-color: #BD2270;
}
.BgClassName
{
background-color: #BD2270;
}
</style>
border-color css
<style>
span { border-color: #BD2270; }
span { border-color: rgb(189,34,112); }
td.TdClassName
{
border-color: #BD2270;
}
.TagClassName
{
border-color: #BD2270;
}
</style>