Shades of Medium Red Violet #BD288C
Tints of Medium Red Violet #BD288C
RGB
CMYK
RGB Variations
Color information
#BD288C (or 0xBD288C) is known color: Medium Red Violet. HEX triplet: BD, 28 and 8C. RGB value is (189,40,140). Sum of RGB (Red+Green+Blue) = 189+40+140=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD288C is #42D773. Grayscale: #5F5F5F. Windows color (decimal): -4380532 or 9185469. OLE color: 9185469.
HSL color Cylindrical-coordinate representation of color #BD288C: hue angle of 319.73º 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 #BD288C is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 40 | 140 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.26 |
| HSL | 319.73º | 0.65% | 0.45% | - |
| HSV(B) | 319.73º | 0.79% | 0.74% | - |
| XYZ | 26.48 | 14.23 | 26.16 | - |
| YUV | 95.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 140 | 0 | 0.79 | 0.26 | 0.26 | 319.73 | 0.65 | 0.45 |
| Hex | BD | 28 | 8C | 0 | 4F | 1A | 1A | 140 | 41 | 2D |
| Octal | 275 | 50 | 214 | 0 | 117 | 32 | 32 | 500 | 101 | 55 |
| Binary | 10111101 | 101000 | 10001100 | 0 | 1001111 | 11010 | 11010 | 101000000 | 1000001 | 101101 |
Color Harmonies of #BD288C
Complementary color
Monochromatic Colors of #BD288C
Black with #BD288C
Text Example
Text Example
White with #BD288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD288C; }
p { color: rgb(189,40,140); }
H1.HeaderClassName
{
color: #BD288C;
}
.AnyTagClassName
{
color: #BD288C;
}
</style>
background-color css
<style>
a { background-color: #BD288C; }
a { background-color: rgb(189,40,140); }
div.DivClassName
{
background-color: #BD288C;
}
.BgClassName
{
background-color: #BD288C;
}
</style>
border-color css
<style>
span { border-color: #BD288C; }
span { border-color: rgb(189,40,140); }
td.TdClassName
{
border-color: #BD288C;
}
.TagClassName
{
border-color: #BD288C;
}
</style>