Shades of Medium Red Violet #BD36A8
Tints of Medium Red Violet #BD36A8
RGB
CMYK
RGB Variations
Color information
#BD36A8 (or 0xBD36A8) is known color: Medium Red Violet. HEX triplet: BD, 36 and A8. RGB value is (189,54,168). Sum of RGB (Red+Green+Blue) = 189+54+168=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD36A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD36A8 is #42C957. Grayscale: #6B6B6B. Windows color (decimal): -4376920 or 11024061. OLE color: 11024061.
HSL color Cylindrical-coordinate representation of color #BD36A8: hue angle of 309.33º 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 #BD36A8 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 168 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.26 |
| HSL | 309.33º | 0.56% | 0.48% | - |
| HSV(B) | 309.33º | 0.71% | 0.74% | - |
| XYZ | 29.37 | 16.28 | 38.64 | - |
| YUV | 107.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 168 | 0 | 0.71 | 0.11 | 0.26 | 309.33 | 0.56 | 0.48 |
| Hex | BD | 36 | A8 | 0 | 47 | B | 1A | 135 | 38 | 30 |
| Octal | 275 | 66 | 250 | 0 | 107 | 13 | 32 | 465 | 70 | 60 |
| Binary | 10111101 | 110110 | 10101000 | 0 | 1000111 | 1011 | 11010 | 100110101 | 111000 | 110000 |
Color Harmonies of #BD36A8
Complementary color
Monochromatic Colors of #BD36A8
Black with #BD36A8
Text Example
Text Example
White with #BD36A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD36A8; }
p { color: rgb(189,54,168); }
H1.HeaderClassName
{
color: #BD36A8;
}
.AnyTagClassName
{
color: #BD36A8;
}
</style>
background-color css
<style>
a { background-color: #BD36A8; }
a { background-color: rgb(189,54,168); }
div.DivClassName
{
background-color: #BD36A8;
}
.BgClassName
{
background-color: #BD36A8;
}
</style>
border-color css
<style>
span { border-color: #BD36A8; }
span { border-color: rgb(189,54,168); }
td.TdClassName
{
border-color: #BD36A8;
}
.TagClassName
{
border-color: #BD36A8;
}
</style>