Shades of Medium Red Violet #BD2374
Tints of Medium Red Violet #BD2374
RGB
CMYK
RGB Variations
Color information
#BD2374 (or 0xBD2374) is known color: Medium Red Violet. HEX triplet: BD, 23 and 74. RGB value is (189,35,116). Sum of RGB (Red+Green+Blue) = 189+35+116=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2374 is #42DC8B. Grayscale: #5A5A5A. Windows color (decimal): -4381836 or 7611325. OLE color: 7611325.
HSL color Cylindrical-coordinate representation of color #BD2374: hue angle of 328.44º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2374 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 116 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.26 |
| HSL | 328.44º | 0.69% | 0.44% | - |
| HSV(B) | 328.44º | 0.81% | 0.74% | - |
| XYZ | 24.74 | 13.28 | 17.78 | - |
| YUV | 90.28 | 142.52 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 116 | 0 | 0.81 | 0.39 | 0.26 | 328.44 | 0.69 | 0.44 |
| Hex | BD | 23 | 74 | 0 | 51 | 27 | 1A | 148 | 45 | 2C |
| Octal | 275 | 43 | 164 | 0 | 121 | 47 | 32 | 510 | 105 | 54 |
| Binary | 10111101 | 100011 | 1110100 | 0 | 1010001 | 100111 | 11010 | 101001000 | 1000101 | 101100 |
Color Harmonies of #BD2374
Complementary color
Monochromatic Colors of #BD2374
Black with #BD2374
Text Example
Text Example
White with #BD2374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2374; }
p { color: rgb(189,35,116); }
H1.HeaderClassName
{
color: #BD2374;
}
.AnyTagClassName
{
color: #BD2374;
}
</style>
background-color css
<style>
a { background-color: #BD2374; }
a { background-color: rgb(189,35,116); }
div.DivClassName
{
background-color: #BD2374;
}
.BgClassName
{
background-color: #BD2374;
}
</style>
border-color css
<style>
span { border-color: #BD2374; }
span { border-color: rgb(189,35,116); }
td.TdClassName
{
border-color: #BD2374;
}
.TagClassName
{
border-color: #BD2374;
}
</style>