Shades of Medium Red Violet #BD2F6E
Tints of Medium Red Violet #BD2F6E
RGB
CMYK
RGB Variations
Color information
#BD2F6E (or 0xBD2F6E) is known color: Medium Red Violet. HEX triplet: BD, 2F and 6E. RGB value is (189,47,110). Sum of RGB (Red+Green+Blue) = 189+47+110=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2F6E is #42D091. Grayscale: #606060. Windows color (decimal): -4378770 or 7221181. OLE color: 7221181.
HSL color Cylindrical-coordinate representation of color #BD2F6E: hue angle of 333.38º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2F6E is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 110 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.26 |
| HSL | 333.38º | 0.6% | 0.46% | - |
| HSV(B) | 333.38º | 0.75% | 0.74% | - |
| XYZ | 24.82 | 13.98 | 16.14 | - |
| YUV | 96.64 | 135.54 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 110 | 0 | 0.75 | 0.42 | 0.26 | 333.38 | 0.6 | 0.46 |
| Hex | BD | 2F | 6E | 0 | 4B | 2A | 1A | 14D | 3C | 2E |
| Octal | 275 | 57 | 156 | 0 | 113 | 52 | 32 | 515 | 74 | 56 |
| Binary | 10111101 | 101111 | 1101110 | 0 | 1001011 | 101010 | 11010 | 101001101 | 111100 | 101110 |
Color Harmonies of #BD2F6E
Complementary color
Monochromatic Colors of #BD2F6E
Black with #BD2F6E
Text Example
Text Example
White with #BD2F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F6E; }
p { color: rgb(189,47,110); }
H1.HeaderClassName
{
color: #BD2F6E;
}
.AnyTagClassName
{
color: #BD2F6E;
}
</style>
background-color css
<style>
a { background-color: #BD2F6E; }
a { background-color: rgb(189,47,110); }
div.DivClassName
{
background-color: #BD2F6E;
}
.BgClassName
{
background-color: #BD2F6E;
}
</style>
border-color css
<style>
span { border-color: #BD2F6E; }
span { border-color: rgb(189,47,110); }
td.TdClassName
{
border-color: #BD2F6E;
}
.TagClassName
{
border-color: #BD2F6E;
}
</style>