Shades of Medium Orchid #BD6AE1
Tints of Medium Orchid #BD6AE1
RGB
CMYK
RGB Variations
Color information
#BD6AE1 (or 0xBD6AE1) is known color: Medium Orchid. HEX triplet: BD, 6A and E1. RGB value is (189,106,225). Sum of RGB (Red+Green+Blue) = 189+106+225=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD6AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6AE1 is #42951E. Grayscale: #8F8F8F. Windows color (decimal): -4363551 or 14772925. OLE color: 14772925.
HSL color Cylindrical-coordinate representation of color #BD6AE1: hue angle of 281.85º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD6AE1 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 106 | 225 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.12 |
| HSL | 281.85º | 0.66% | 0.65% | - |
| HSV(B) | 281.85º | 0.53% | 0.88% | - |
| XYZ | 39.73 | 26.56 | 74.27 | - |
| YUV | 144.38 | 173.5 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 225 | 0.16 | 0.53 | 0 | 0.12 | 281.85 | 0.66 | 0.65 |
| Hex | BD | 6A | E1 | 10 | 35 | 0 | C | 11A | 42 | 41 |
| Octal | 275 | 152 | 341 | 20 | 65 | 0 | 14 | 432 | 102 | 101 |
| Binary | 10111101 | 1101010 | 11100001 | 10000 | 110101 | 0 | 1100 | 100011010 | 1000010 | 1000001 |
Color Harmonies of #BD6AE1
Complementary color
Monochromatic Colors of #BD6AE1
Black with #BD6AE1
Text Example
Text Example
White with #BD6AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6AE1; }
p { color: rgb(189,106,225); }
H1.HeaderClassName
{
color: #BD6AE1;
}
.AnyTagClassName
{
color: #BD6AE1;
}
</style>
background-color css
<style>
a { background-color: #BD6AE1; }
a { background-color: rgb(189,106,225); }
div.DivClassName
{
background-color: #BD6AE1;
}
.BgClassName
{
background-color: #BD6AE1;
}
</style>
border-color css
<style>
span { border-color: #BD6AE1; }
span { border-color: rgb(189,106,225); }
td.TdClassName
{
border-color: #BD6AE1;
}
.TagClassName
{
border-color: #BD6AE1;
}
</style>