Shades of Medium Red Violet #BD2375
Tints of Medium Red Violet #BD2375
RGB
CMYK
RGB Variations
Color information
#BD2375 (or 0xBD2375) is known color: Medium Red Violet. HEX triplet: BD, 23 and 75. RGB value is (189,35,117). Sum of RGB (Red+Green+Blue) = 189+35+117=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2375 is #42DC8A. Grayscale: #5A5A5A. Windows color (decimal): -4381835 or 7676861. OLE color: 7676861.
HSL color Cylindrical-coordinate representation of color #BD2375: hue angle of 328.05º 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 #BD2375 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 117 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.26 |
| HSL | 328.05º | 0.69% | 0.44% | - |
| HSV(B) | 328.05º | 0.81% | 0.74% | - |
| XYZ | 24.8 | 13.31 | 18.09 | - |
| YUV | 90.39 | 143.02 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 117 | 0 | 0.81 | 0.38 | 0.26 | 328.05 | 0.69 | 0.44 |
| Hex | BD | 23 | 75 | 0 | 51 | 26 | 1A | 148 | 45 | 2C |
| Octal | 275 | 43 | 165 | 0 | 121 | 46 | 32 | 510 | 105 | 54 |
| Binary | 10111101 | 100011 | 1110101 | 0 | 1010001 | 100110 | 11010 | 101001000 | 1000101 | 101100 |
Color Harmonies of #BD2375
Complementary color
Monochromatic Colors of #BD2375
Black with #BD2375
Text Example
Text Example
White with #BD2375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2375; }
p { color: rgb(189,35,117); }
H1.HeaderClassName
{
color: #BD2375;
}
.AnyTagClassName
{
color: #BD2375;
}
</style>
background-color css
<style>
a { background-color: #BD2375; }
a { background-color: rgb(189,35,117); }
div.DivClassName
{
background-color: #BD2375;
}
.BgClassName
{
background-color: #BD2375;
}
</style>
border-color css
<style>
span { border-color: #BD2375; }
span { border-color: rgb(189,35,117); }
td.TdClassName
{
border-color: #BD2375;
}
.TagClassName
{
border-color: #BD2375;
}
</style>