Shades of Medium Orchid #BD6AEC
Tints of Medium Orchid #BD6AEC
RGB
CMYK
RGB Variations
Color information
#BD6AEC (or 0xBD6AEC) is known color: Medium Orchid. HEX triplet: BD, 6A and EC. RGB value is (189,106,236). Sum of RGB (Red+Green+Blue) = 189+106+236=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD6AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6AEC is #429513. Grayscale: #919191. Windows color (decimal): -4363540 or 15493821. OLE color: 15493821.
HSL color Cylindrical-coordinate representation of color #BD6AEC: hue angle of 278.31º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD6AEC is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 106 | 236 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.07 |
| HSL | 278.31º | 0.77% | 0.67% | - |
| HSV(B) | 278.31º | 0.55% | 0.93% | - |
| XYZ | 41.28 | 27.18 | 82.43 | - |
| YUV | 145.64 | 179 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 236 | 0.20 | 0.55 | 0 | 0.07 | 278.31 | 0.77 | 0.67 |
| Hex | BD | 6A | EC | 14 | 37 | 0 | 7 | 116 | 4D | 43 |
| Octal | 275 | 152 | 354 | 24 | 67 | 0 | 7 | 426 | 115 | 103 |
| Binary | 10111101 | 1101010 | 11101100 | 10100 | 110111 | 0 | 111 | 100010110 | 1001101 | 1000011 |
Color Harmonies of #BD6AEC
Complementary color
Monochromatic Colors of #BD6AEC
Black with #BD6AEC
Text Example
Text Example
White with #BD6AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6AEC; }
p { color: rgb(189,106,236); }
H1.HeaderClassName
{
color: #BD6AEC;
}
.AnyTagClassName
{
color: #BD6AEC;
}
</style>
background-color css
<style>
a { background-color: #BD6AEC; }
a { background-color: rgb(189,106,236); }
div.DivClassName
{
background-color: #BD6AEC;
}
.BgClassName
{
background-color: #BD6AEC;
}
</style>
border-color css
<style>
span { border-color: #BD6AEC; }
span { border-color: rgb(189,106,236); }
td.TdClassName
{
border-color: #BD6AEC;
}
.TagClassName
{
border-color: #BD6AEC;
}
</style>