Shades of Medium Red Violet #BD33A4
Tints of Medium Red Violet #BD33A4
RGB
CMYK
RGB Variations
Color information
#BD33A4 (or 0xBD33A4) is known color: Medium Red Violet. HEX triplet: BD, 33 and A4. RGB value is (189,51,164). Sum of RGB (Red+Green+Blue) = 189+51+164=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD33A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD33A4 is #42CC5B. Grayscale: #686868. Windows color (decimal): -4377692 or 10761149. OLE color: 10761149.
HSL color Cylindrical-coordinate representation of color #BD33A4: hue angle of 310.87º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD33A4 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 164 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.26 |
| HSL | 310.87º | 0.58% | 0.47% | - |
| HSV(B) | 310.87º | 0.73% | 0.74% | - |
| XYZ | 28.87 | 15.87 | 36.66 | - |
| YUV | 105.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 164 | 0 | 0.73 | 0.13 | 0.26 | 310.87 | 0.58 | 0.47 |
| Hex | BD | 33 | A4 | 0 | 49 | D | 1A | 137 | 3A | 2F |
| Octal | 275 | 63 | 244 | 0 | 111 | 15 | 32 | 467 | 72 | 57 |
| Binary | 10111101 | 110011 | 10100100 | 0 | 1001001 | 1101 | 11010 | 100110111 | 111010 | 101111 |
Color Harmonies of #BD33A4
Complementary color
Monochromatic Colors of #BD33A4
Black with #BD33A4
Text Example
Text Example
White with #BD33A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD33A4; }
p { color: rgb(189,51,164); }
H1.HeaderClassName
{
color: #BD33A4;
}
.AnyTagClassName
{
color: #BD33A4;
}
</style>
background-color css
<style>
a { background-color: #BD33A4; }
a { background-color: rgb(189,51,164); }
div.DivClassName
{
background-color: #BD33A4;
}
.BgClassName
{
background-color: #BD33A4;
}
</style>
border-color css
<style>
span { border-color: #BD33A4; }
span { border-color: rgb(189,51,164); }
td.TdClassName
{
border-color: #BD33A4;
}
.TagClassName
{
border-color: #BD33A4;
}
</style>