Shades of Medium Red Violet #BD286E
Tints of Medium Red Violet #BD286E
RGB
CMYK
RGB Variations
Color information
#BD286E (or 0xBD286E) is known color: Medium Red Violet. HEX triplet: BD, 28 and 6E. RGB value is (189,40,110). Sum of RGB (Red+Green+Blue) = 189+40+110=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD286E is #42D791. Grayscale: #5C5C5C. Windows color (decimal): -4380562 or 7219389. OLE color: 7219389.
HSL color Cylindrical-coordinate representation of color #BD286E: hue angle of 331.81º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD286E is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 40 | 110 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.26 |
| HSL | 331.81º | 0.65% | 0.45% | - |
| HSV(B) | 331.81º | 0.79% | 0.74% | - |
| XYZ | 24.56 | 13.46 | 16.06 | - |
| YUV | 92.53 | 137.86 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 110 | 0 | 0.79 | 0.42 | 0.26 | 331.81 | 0.65 | 0.45 |
| Hex | BD | 28 | 6E | 0 | 4F | 2A | 1A | 14C | 41 | 2D |
| Octal | 275 | 50 | 156 | 0 | 117 | 52 | 32 | 514 | 101 | 55 |
| Binary | 10111101 | 101000 | 1101110 | 0 | 1001111 | 101010 | 11010 | 101001100 | 1000001 | 101101 |
Color Harmonies of #BD286E
Complementary color
Monochromatic Colors of #BD286E
Black with #BD286E
Text Example
Text Example
White with #BD286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD286E; }
p { color: rgb(189,40,110); }
H1.HeaderClassName
{
color: #BD286E;
}
.AnyTagClassName
{
color: #BD286E;
}
</style>
background-color css
<style>
a { background-color: #BD286E; }
a { background-color: rgb(189,40,110); }
div.DivClassName
{
background-color: #BD286E;
}
.BgClassName
{
background-color: #BD286E;
}
</style>
border-color css
<style>
span { border-color: #BD286E; }
span { border-color: rgb(189,40,110); }
td.TdClassName
{
border-color: #BD286E;
}
.TagClassName
{
border-color: #BD286E;
}
</style>