Shades of Medium Red Violet #BD256E
Tints of Medium Red Violet #BD256E
RGB
CMYK
RGB Variations
Color information
#BD256E (or 0xBD256E) is known color: Medium Red Violet. HEX triplet: BD, 25 and 6E. RGB value is (189,37,110). Sum of RGB (Red+Green+Blue) = 189+37+110=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD256E is #42DA91. Grayscale: #5A5A5A. Windows color (decimal): -4381330 or 7218621. OLE color: 7218621.
HSL color Cylindrical-coordinate representation of color #BD256E: hue angle of 331.18º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD256E is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 110 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.26 |
| HSL | 331.18º | 0.67% | 0.44% | - |
| HSV(B) | 331.18º | 0.8% | 0.74% | - |
| XYZ | 24.46 | 13.27 | 16.02 | - |
| YUV | 90.77 | 138.86 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 110 | 0 | 0.80 | 0.42 | 0.26 | 331.18 | 0.67 | 0.44 |
| Hex | BD | 25 | 6E | 0 | 50 | 2A | 1A | 14B | 43 | 2C |
| Octal | 275 | 45 | 156 | 0 | 120 | 52 | 32 | 513 | 103 | 54 |
| Binary | 10111101 | 100101 | 1101110 | 0 | 1010000 | 101010 | 11010 | 101001011 | 1000011 | 101100 |
Color Harmonies of #BD256E
Complementary color
Monochromatic Colors of #BD256E
Black with #BD256E
Text Example
Text Example
White with #BD256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD256E; }
p { color: rgb(189,37,110); }
H1.HeaderClassName
{
color: #BD256E;
}
.AnyTagClassName
{
color: #BD256E;
}
</style>
background-color css
<style>
a { background-color: #BD256E; }
a { background-color: rgb(189,37,110); }
div.DivClassName
{
background-color: #BD256E;
}
.BgClassName
{
background-color: #BD256E;
}
</style>
border-color css
<style>
span { border-color: #BD256E; }
span { border-color: rgb(189,37,110); }
td.TdClassName
{
border-color: #BD256E;
}
.TagClassName
{
border-color: #BD256E;
}
</style>