Shades of Medium Orchid #BD6AE5
Tints of Medium Orchid #BD6AE5
RGB
CMYK
RGB Variations
Color information
#BD6AE5 (or 0xBD6AE5) is known color: Medium Orchid. HEX triplet: BD, 6A and E5. RGB value is (189,106,229). Sum of RGB (Red+Green+Blue) = 189+106+229=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD6AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6AE5 is #42951A. Grayscale: #909090. Windows color (decimal): -4363547 or 15035069. OLE color: 15035069.
HSL color Cylindrical-coordinate representation of color #BD6AE5: hue angle of 280.49º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD6AE5 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 106 | 229 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.10 |
| HSL | 280.49º | 0.7% | 0.66% | - |
| HSV(B) | 280.49º | 0.54% | 0.9% | - |
| XYZ | 40.28 | 26.78 | 77.18 | - |
| YUV | 144.84 | 175.5 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 229 | 0.17 | 0.54 | 0 | 0.10 | 280.49 | 0.7 | 0.66 |
| Hex | BD | 6A | E5 | 11 | 36 | 0 | A | 118 | 46 | 42 |
| Octal | 275 | 152 | 345 | 21 | 66 | 0 | 12 | 430 | 106 | 102 |
| Binary | 10111101 | 1101010 | 11100101 | 10001 | 110110 | 0 | 1010 | 100011000 | 1000110 | 1000010 |
Color Harmonies of #BD6AE5
Complementary color
Monochromatic Colors of #BD6AE5
Black with #BD6AE5
Text Example
Text Example
White with #BD6AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6AE5; }
p { color: rgb(189,106,229); }
H1.HeaderClassName
{
color: #BD6AE5;
}
.AnyTagClassName
{
color: #BD6AE5;
}
</style>
background-color css
<style>
a { background-color: #BD6AE5; }
a { background-color: rgb(189,106,229); }
div.DivClassName
{
background-color: #BD6AE5;
}
.BgClassName
{
background-color: #BD6AE5;
}
</style>
border-color css
<style>
span { border-color: #BD6AE5; }
span { border-color: rgb(189,106,229); }
td.TdClassName
{
border-color: #BD6AE5;
}
.TagClassName
{
border-color: #BD6AE5;
}
</style>