Shades of Medium Red Violet #BD279C
Tints of Medium Red Violet #BD279C
RGB
CMYK
RGB Variations
Color information
#BD279C (or 0xBD279C) is known color: Medium Red Violet. HEX triplet: BD, 27 and 9C. RGB value is (189,39,156). Sum of RGB (Red+Green+Blue) = 189+39+156=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD279C is #42D863. Grayscale: #606060. Windows color (decimal): -4380772 or 10233789. OLE color: 10233789.
HSL color Cylindrical-coordinate representation of color #BD279C: hue angle of 313.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 #BD279C is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 156 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.26 |
| HSL | 313.2º | 0.66% | 0.45% | - |
| HSV(B) | 313.2º | 0.79% | 0.74% | - |
| XYZ | 27.71 | 14.67 | 32.82 | - |
| YUV | 97.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 156 | 0 | 0.79 | 0.17 | 0.26 | 313.2 | 0.66 | 0.45 |
| Hex | BD | 27 | 9C | 0 | 4F | 11 | 1A | 139 | 42 | 2D |
| Octal | 275 | 47 | 234 | 0 | 117 | 21 | 32 | 471 | 102 | 55 |
| Binary | 10111101 | 100111 | 10011100 | 0 | 1001111 | 10001 | 11010 | 100111001 | 1000010 | 101101 |
Color Harmonies of #BD279C
Complementary color
Monochromatic Colors of #BD279C
Black with #BD279C
Text Example
Text Example
White with #BD279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD279C; }
p { color: rgb(189,39,156); }
H1.HeaderClassName
{
color: #BD279C;
}
.AnyTagClassName
{
color: #BD279C;
}
</style>
background-color css
<style>
a { background-color: #BD279C; }
a { background-color: rgb(189,39,156); }
div.DivClassName
{
background-color: #BD279C;
}
.BgClassName
{
background-color: #BD279C;
}
</style>
border-color css
<style>
span { border-color: #BD279C; }
span { border-color: rgb(189,39,156); }
td.TdClassName
{
border-color: #BD279C;
}
.TagClassName
{
border-color: #BD279C;
}
</style>