Shades of Medium Red Violet #BD256C
Tints of Medium Red Violet #BD256C
RGB
CMYK
RGB Variations
Color information
#BD256C (or 0xBD256C) is known color: Medium Red Violet. HEX triplet: BD, 25 and 6C. RGB value is (189,37,108). Sum of RGB (Red+Green+Blue) = 189+37+108=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD256C is #42DA93. Grayscale: #5A5A5A. Windows color (decimal): -4381332 or 7087549. OLE color: 7087549.
HSL color Cylindrical-coordinate representation of color #BD256C: hue angle of 331.97º 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 #BD256C is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 108 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.26 |
| HSL | 331.97º | 0.67% | 0.44% | - |
| HSV(B) | 331.97º | 0.8% | 0.74% | - |
| XYZ | 24.35 | 13.22 | 15.46 | - |
| YUV | 90.54 | 137.86 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 108 | 0 | 0.80 | 0.43 | 0.26 | 331.97 | 0.67 | 0.44 |
| Hex | BD | 25 | 6C | 0 | 50 | 2B | 1A | 14C | 43 | 2C |
| Octal | 275 | 45 | 154 | 0 | 120 | 53 | 32 | 514 | 103 | 54 |
| Binary | 10111101 | 100101 | 1101100 | 0 | 1010000 | 101011 | 11010 | 101001100 | 1000011 | 101100 |
Color Harmonies of #BD256C
Complementary color
Monochromatic Colors of #BD256C
Black with #BD256C
Text Example
Text Example
White with #BD256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD256C; }
p { color: rgb(189,37,108); }
H1.HeaderClassName
{
color: #BD256C;
}
.AnyTagClassName
{
color: #BD256C;
}
</style>
background-color css
<style>
a { background-color: #BD256C; }
a { background-color: rgb(189,37,108); }
div.DivClassName
{
background-color: #BD256C;
}
.BgClassName
{
background-color: #BD256C;
}
</style>
border-color css
<style>
span { border-color: #BD256C; }
span { border-color: rgb(189,37,108); }
td.TdClassName
{
border-color: #BD256C;
}
.TagClassName
{
border-color: #BD256C;
}
</style>