Shades of Medium Orchid #BD3ACE
Tints of Medium Orchid #BD3ACE
RGB
CMYK
RGB Variations
Color information
#BD3ACE (or 0xBD3ACE) is known color: Medium Orchid. HEX triplet: BD, 3A and CE. RGB value is (189,58,206). Sum of RGB (Red+Green+Blue) = 189+58+206=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD3ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3ACE is #42C531. Grayscale: #717171. Windows color (decimal): -4375858 or 13515453. OLE color: 13515453.
HSL color Cylindrical-coordinate representation of color #BD3ACE: hue angle of 293.11º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3ACE is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 58 | 206 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.19 |
| HSL | 293.11º | 0.6% | 0.52% | - |
| HSV(B) | 293.11º | 0.72% | 0.81% | - |
| XYZ | 33.64 | 18.3 | 60.15 | - |
| YUV | 114.04 | 179.9 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 206 | 0.08 | 0.72 | 0 | 0.19 | 293.11 | 0.6 | 0.52 |
| Hex | BD | 3A | CE | 8 | 48 | 0 | 13 | 125 | 3C | 34 |
| Octal | 275 | 72 | 316 | 10 | 110 | 0 | 23 | 445 | 74 | 64 |
| Binary | 10111101 | 111010 | 11001110 | 1000 | 1001000 | 0 | 10011 | 100100101 | 111100 | 110100 |
Color Harmonies of #BD3ACE
Complementary color
Monochromatic Colors of #BD3ACE
Black with #BD3ACE
Text Example
Text Example
White with #BD3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3ACE; }
p { color: rgb(189,58,206); }
H1.HeaderClassName
{
color: #BD3ACE;
}
.AnyTagClassName
{
color: #BD3ACE;
}
</style>
background-color css
<style>
a { background-color: #BD3ACE; }
a { background-color: rgb(189,58,206); }
div.DivClassName
{
background-color: #BD3ACE;
}
.BgClassName
{
background-color: #BD3ACE;
}
</style>
border-color css
<style>
span { border-color: #BD3ACE; }
span { border-color: rgb(189,58,206); }
td.TdClassName
{
border-color: #BD3ACE;
}
.TagClassName
{
border-color: #BD3ACE;
}
</style>