Shades of Medium Red Violet #BD277E
Tints of Medium Red Violet #BD277E
RGB
CMYK
RGB Variations
Color information
#BD277E (or 0xBD277E) is known color: Medium Red Violet. HEX triplet: BD, 27 and 7E. RGB value is (189,39,126). Sum of RGB (Red+Green+Blue) = 189+39+126=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD277E is #42D881. Grayscale: #5D5D5D. Windows color (decimal): -4380802 or 8267709. OLE color: 8267709.
HSL color Cylindrical-coordinate representation of color #BD277E: hue angle of 325.2º 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 #BD277E is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 126 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.26 |
| HSL | 325.2º | 0.66% | 0.45% | - |
| HSV(B) | 325.2º | 0.79% | 0.74% | - |
| XYZ | 25.48 | 13.78 | 21.05 | - |
| YUV | 93.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 126 | 0 | 0.79 | 0.33 | 0.26 | 325.2 | 0.66 | 0.45 |
| Hex | BD | 27 | 7E | 0 | 4F | 21 | 1A | 145 | 42 | 2D |
| Octal | 275 | 47 | 176 | 0 | 117 | 41 | 32 | 505 | 102 | 55 |
| Binary | 10111101 | 100111 | 1111110 | 0 | 1001111 | 100001 | 11010 | 101000101 | 1000010 | 101101 |
Color Harmonies of #BD277E
Complementary color
Monochromatic Colors of #BD277E
Black with #BD277E
Text Example
Text Example
White with #BD277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD277E; }
p { color: rgb(189,39,126); }
H1.HeaderClassName
{
color: #BD277E;
}
.AnyTagClassName
{
color: #BD277E;
}
</style>
background-color css
<style>
a { background-color: #BD277E; }
a { background-color: rgb(189,39,126); }
div.DivClassName
{
background-color: #BD277E;
}
.BgClassName
{
background-color: #BD277E;
}
</style>
border-color css
<style>
span { border-color: #BD277E; }
span { border-color: rgb(189,39,126); }
td.TdClassName
{
border-color: #BD277E;
}
.TagClassName
{
border-color: #BD277E;
}
</style>