Shades of Medium Red Violet #BD3678
Tints of Medium Red Violet #BD3678
RGB
CMYK
RGB Variations
Color information
#BD3678 (or 0xBD3678) is known color: Medium Red Violet. HEX triplet: BD, 36 and 78. RGB value is (189,54,120). Sum of RGB (Red+Green+Blue) = 189+54+120=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3678 is #42C987. Grayscale: #656565. Windows color (decimal): -4376968 or 7878333. OLE color: 7878333.
HSL color Cylindrical-coordinate representation of color #BD3678: hue angle of 330.67º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3678 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 120 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.26 |
| HSL | 330.67º | 0.56% | 0.48% | - |
| HSV(B) | 330.67º | 0.71% | 0.74% | - |
| XYZ | 25.7 | 14.81 | 19.27 | - |
| YUV | 101.89 | 138.23 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 120 | 0 | 0.71 | 0.37 | 0.26 | 330.67 | 0.56 | 0.48 |
| Hex | BD | 36 | 78 | 0 | 47 | 25 | 1A | 14B | 38 | 30 |
| Octal | 275 | 66 | 170 | 0 | 107 | 45 | 32 | 513 | 70 | 60 |
| Binary | 10111101 | 110110 | 1111000 | 0 | 1000111 | 100101 | 11010 | 101001011 | 111000 | 110000 |
Color Harmonies of #BD3678
Complementary color
Monochromatic Colors of #BD3678
Black with #BD3678
Text Example
Text Example
White with #BD3678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3678; }
p { color: rgb(189,54,120); }
H1.HeaderClassName
{
color: #BD3678;
}
.AnyTagClassName
{
color: #BD3678;
}
</style>
background-color css
<style>
a { background-color: #BD3678; }
a { background-color: rgb(189,54,120); }
div.DivClassName
{
background-color: #BD3678;
}
.BgClassName
{
background-color: #BD3678;
}
</style>
border-color css
<style>
span { border-color: #BD3678; }
span { border-color: rgb(189,54,120); }
td.TdClassName
{
border-color: #BD3678;
}
.TagClassName
{
border-color: #BD3678;
}
</style>