Shades of Medium Red Violet #BD367E
Tints of Medium Red Violet #BD367E
RGB
CMYK
RGB Variations
Color information
#BD367E (or 0xBD367E) is known color: Medium Red Violet. HEX triplet: BD, 36 and 7E. RGB value is (189,54,126). Sum of RGB (Red+Green+Blue) = 189+54+126=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD367E is #42C981. Grayscale: #666666. Windows color (decimal): -4376962 or 8271549. OLE color: 8271549.
HSL color Cylindrical-coordinate representation of color #BD367E: hue angle of 328º 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 #BD367E is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 126 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.26 |
| HSL | 328º | 0.56% | 0.48% | - |
| HSV(B) | 328º | 0.71% | 0.74% | - |
| XYZ | 26.07 | 14.96 | 21.25 | - |
| YUV | 102.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 126 | 0 | 0.71 | 0.33 | 0.26 | 328 | 0.56 | 0.48 |
| Hex | BD | 36 | 7E | 0 | 47 | 21 | 1A | 148 | 38 | 30 |
| Octal | 275 | 66 | 176 | 0 | 107 | 41 | 32 | 510 | 70 | 60 |
| Binary | 10111101 | 110110 | 1111110 | 0 | 1000111 | 100001 | 11010 | 101001000 | 111000 | 110000 |
Color Harmonies of #BD367E
Complementary color
Monochromatic Colors of #BD367E
Black with #BD367E
Text Example
Text Example
White with #BD367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD367E; }
p { color: rgb(189,54,126); }
H1.HeaderClassName
{
color: #BD367E;
}
.AnyTagClassName
{
color: #BD367E;
}
</style>
background-color css
<style>
a { background-color: #BD367E; }
a { background-color: rgb(189,54,126); }
div.DivClassName
{
background-color: #BD367E;
}
.BgClassName
{
background-color: #BD367E;
}
</style>
border-color css
<style>
span { border-color: #BD367E; }
span { border-color: rgb(189,54,126); }
td.TdClassName
{
border-color: #BD367E;
}
.TagClassName
{
border-color: #BD367E;
}
</style>