Shades of Medium Red Violet #BD2779
Tints of Medium Red Violet #BD2779
RGB
CMYK
RGB Variations
Color information
#BD2779 (or 0xBD2779) is known color: Medium Red Violet. HEX triplet: BD, 27 and 79. RGB value is (189,39,121). Sum of RGB (Red+Green+Blue) = 189+39+121=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2779 is #42D886. Grayscale: #5D5D5D. Windows color (decimal): -4380807 or 7940029. OLE color: 7940029.
HSL color Cylindrical-coordinate representation of color #BD2779: hue angle of 327.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 #BD2779 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 121 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.26 |
| HSL | 327.2º | 0.66% | 0.45% | - |
| HSV(B) | 327.2º | 0.79% | 0.74% | - |
| XYZ | 25.16 | 13.65 | 19.4 | - |
| YUV | 93.2 | 143.7 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 121 | 0 | 0.79 | 0.36 | 0.26 | 327.2 | 0.66 | 0.45 |
| Hex | BD | 27 | 79 | 0 | 4F | 24 | 1A | 147 | 42 | 2D |
| Octal | 275 | 47 | 171 | 0 | 117 | 44 | 32 | 507 | 102 | 55 |
| Binary | 10111101 | 100111 | 1111001 | 0 | 1001111 | 100100 | 11010 | 101000111 | 1000010 | 101101 |
Color Harmonies of #BD2779
Complementary color
Monochromatic Colors of #BD2779
Black with #BD2779
Text Example
Text Example
White with #BD2779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2779; }
p { color: rgb(189,39,121); }
H1.HeaderClassName
{
color: #BD2779;
}
.AnyTagClassName
{
color: #BD2779;
}
</style>
background-color css
<style>
a { background-color: #BD2779; }
a { background-color: rgb(189,39,121); }
div.DivClassName
{
background-color: #BD2779;
}
.BgClassName
{
background-color: #BD2779;
}
</style>
border-color css
<style>
span { border-color: #BD2779; }
span { border-color: rgb(189,39,121); }
td.TdClassName
{
border-color: #BD2779;
}
.TagClassName
{
border-color: #BD2779;
}
</style>