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