Shades of Medium Red Violet #BD278E
Tints of Medium Red Violet #BD278E
RGB
CMYK
RGB Variations
Color information
#BD278E (or 0xBD278E) is known color: Medium Red Violet. HEX triplet: BD, 27 and 8E. RGB value is (189,39,142). Sum of RGB (Red+Green+Blue) = 189+39+142=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD278E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD278E is #42D871. Grayscale: #5F5F5F. Windows color (decimal): -4380786 or 9316285. OLE color: 9316285.
HSL color Cylindrical-coordinate representation of color #BD278E: hue angle of 318.8º degrees, saturation: 0.66, 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 #BD278E is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 142 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.26 |
| HSL | 318.8º | 0.66% | 0.45% | - |
| HSV(B) | 318.8º | 0.79% | 0.74% | - |
| XYZ | 26.59 | 14.22 | 26.93 | - |
| YUV | 95.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 142 | 0 | 0.79 | 0.25 | 0.26 | 318.8 | 0.66 | 0.45 |
| Hex | BD | 27 | 8E | 0 | 4F | 19 | 1A | 13F | 42 | 2D |
| Octal | 275 | 47 | 216 | 0 | 117 | 31 | 32 | 477 | 102 | 55 |
| Binary | 10111101 | 100111 | 10001110 | 0 | 1001111 | 11001 | 11010 | 100111111 | 1000010 | 101101 |
Color Harmonies of #BD278E
Complementary color
Monochromatic Colors of #BD278E
Black with #BD278E
Text Example
Text Example
White with #BD278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD278E; }
p { color: rgb(189,39,142); }
H1.HeaderClassName
{
color: #BD278E;
}
.AnyTagClassName
{
color: #BD278E;
}
</style>
background-color css
<style>
a { background-color: #BD278E; }
a { background-color: rgb(189,39,142); }
div.DivClassName
{
background-color: #BD278E;
}
.BgClassName
{
background-color: #BD278E;
}
</style>
border-color css
<style>
span { border-color: #BD278E; }
span { border-color: rgb(189,39,142); }
td.TdClassName
{
border-color: #BD278E;
}
.TagClassName
{
border-color: #BD278E;
}
</style>