Shades of Medium Red Violet #BD35A1
Tints of Medium Red Violet #BD35A1
RGB
CMYK
RGB Variations
Color information
#BD35A1 (or 0xBD35A1) is known color: Medium Red Violet. HEX triplet: BD, 35 and A1. RGB value is (189,53,161). Sum of RGB (Red+Green+Blue) = 189+53+161=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD35A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD35A1 is #42CA5E. Grayscale: #696969. Windows color (decimal): -4377183 or 10565053. OLE color: 10565053.
HSL color Cylindrical-coordinate representation of color #BD35A1: hue angle of 312.35º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD35A1 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 161 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.26 |
| HSL | 312.35º | 0.56% | 0.47% | - |
| HSV(B) | 312.35º | 0.72% | 0.74% | - |
| XYZ | 28.69 | 15.94 | 35.28 | - |
| YUV | 105.98 | 159.06 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 161 | 0 | 0.72 | 0.15 | 0.26 | 312.35 | 0.56 | 0.47 |
| Hex | BD | 35 | A1 | 0 | 48 | F | 1A | 138 | 38 | 2F |
| Octal | 275 | 65 | 241 | 0 | 110 | 17 | 32 | 470 | 70 | 57 |
| Binary | 10111101 | 110101 | 10100001 | 0 | 1001000 | 1111 | 11010 | 100111000 | 111000 | 101111 |
Color Harmonies of #BD35A1
Complementary color
Monochromatic Colors of #BD35A1
Black with #BD35A1
Text Example
Text Example
White with #BD35A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD35A1; }
p { color: rgb(189,53,161); }
H1.HeaderClassName
{
color: #BD35A1;
}
.AnyTagClassName
{
color: #BD35A1;
}
</style>
background-color css
<style>
a { background-color: #BD35A1; }
a { background-color: rgb(189,53,161); }
div.DivClassName
{
background-color: #BD35A1;
}
.BgClassName
{
background-color: #BD35A1;
}
</style>
border-color css
<style>
span { border-color: #BD35A1; }
span { border-color: rgb(189,53,161); }
td.TdClassName
{
border-color: #BD35A1;
}
.TagClassName
{
border-color: #BD35A1;
}
</style>