Shades of Medium Red Violet #BD3BA4
Tints of Medium Red Violet #BD3BA4
RGB
CMYK
RGB Variations
Color information
#BD3BA4 (or 0xBD3BA4) is known color: Medium Red Violet. HEX triplet: BD, 3B and A4. RGB value is (189,59,164). Sum of RGB (Red+Green+Blue) = 189+59+164=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 164 (64.45% from 255 or 39.81% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3BA4 is #42C45B. Grayscale: #6D6D6D. Windows color (decimal): -4375644 or 10763197. OLE color: 10763197.
HSL color Cylindrical-coordinate representation of color #BD3BA4: hue angle of 311.54º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3BA4 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 164 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.26 |
| HSL | 311.54º | 0.52% | 0.49% | - |
| HSV(B) | 311.54º | 0.69% | 0.74% | - |
| XYZ | 29.25 | 16.63 | 36.79 | - |
| YUV | 109.84 | 158.57 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 164 | 0 | 0.69 | 0.13 | 0.26 | 311.54 | 0.52 | 0.49 |
| Hex | BD | 3B | A4 | 0 | 45 | D | 1A | 138 | 34 | 31 |
| Octal | 275 | 73 | 244 | 0 | 105 | 15 | 32 | 470 | 64 | 61 |
| Binary | 10111101 | 111011 | 10100100 | 0 | 1000101 | 1101 | 11010 | 100111000 | 110100 | 110001 |
Color Harmonies of #BD3BA4
Complementary color
Monochromatic Colors of #BD3BA4
Black with #BD3BA4
Text Example
Text Example
White with #BD3BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3BA4; }
p { color: rgb(189,59,164); }
H1.HeaderClassName
{
color: #BD3BA4;
}
.AnyTagClassName
{
color: #BD3BA4;
}
</style>
background-color css
<style>
a { background-color: #BD3BA4; }
a { background-color: rgb(189,59,164); }
div.DivClassName
{
background-color: #BD3BA4;
}
.BgClassName
{
background-color: #BD3BA4;
}
</style>
border-color css
<style>
span { border-color: #BD3BA4; }
span { border-color: rgb(189,59,164); }
td.TdClassName
{
border-color: #BD3BA4;
}
.TagClassName
{
border-color: #BD3BA4;
}
</style>