Shades of Medium Red Violet #BD3BA6
Tints of Medium Red Violet #BD3BA6
RGB
CMYK
RGB Variations
Color information
#BD3BA6 (or 0xBD3BA6) is known color: Medium Red Violet. HEX triplet: BD, 3B and A6. RGB value is (189,59,166). Sum of RGB (Red+Green+Blue) = 189+59+166=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3BA6 is #42C459. Grayscale: #6D6D6D. Windows color (decimal): -4375642 or 10894269. OLE color: 10894269.
HSL color Cylindrical-coordinate representation of color #BD3BA6: hue angle of 310.62º 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 #BD3BA6 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 166 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.26 |
| HSL | 310.62º | 0.52% | 0.49% | - |
| HSV(B) | 310.62º | 0.69% | 0.74% | - |
| XYZ | 29.43 | 16.7 | 37.75 | - |
| YUV | 110.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 166 | 0 | 0.69 | 0.12 | 0.26 | 310.62 | 0.52 | 0.49 |
| Hex | BD | 3B | A6 | 0 | 45 | C | 1A | 137 | 34 | 31 |
| Octal | 275 | 73 | 246 | 0 | 105 | 14 | 32 | 467 | 64 | 61 |
| Binary | 10111101 | 111011 | 10100110 | 0 | 1000101 | 1100 | 11010 | 100110111 | 110100 | 110001 |
Color Harmonies of #BD3BA6
Complementary color
Monochromatic Colors of #BD3BA6
Black with #BD3BA6
Text Example
Text Example
White with #BD3BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3BA6; }
p { color: rgb(189,59,166); }
H1.HeaderClassName
{
color: #BD3BA6;
}
.AnyTagClassName
{
color: #BD3BA6;
}
</style>
background-color css
<style>
a { background-color: #BD3BA6; }
a { background-color: rgb(189,59,166); }
div.DivClassName
{
background-color: #BD3BA6;
}
.BgClassName
{
background-color: #BD3BA6;
}
</style>
border-color css
<style>
span { border-color: #BD3BA6; }
span { border-color: rgb(189,59,166); }
td.TdClassName
{
border-color: #BD3BA6;
}
.TagClassName
{
border-color: #BD3BA6;
}
</style>