Shades of Medium Orchid #BD69EC
Tints of Medium Orchid #BD69EC
RGB
CMYK
RGB Variations
Color information
#BD69EC (or 0xBD69EC) is known color: Medium Orchid. HEX triplet: BD, 69 and EC. RGB value is (189,105,236). Sum of RGB (Red+Green+Blue) = 189+105+236=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD69EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD69EC is #429613. Grayscale: #909090. Windows color (decimal): -4363796 or 15493565. OLE color: 15493565.
HSL color Cylindrical-coordinate representation of color #BD69EC: hue angle of 278.47º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD69EC is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 105 | 236 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.07 |
| HSL | 278.47º | 0.78% | 0.67% | - |
| HSV(B) | 278.47º | 0.56% | 0.93% | - |
| XYZ | 41.18 | 26.98 | 82.39 | - |
| YUV | 145.05 | 179.33 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 236 | 0.20 | 0.56 | 0 | 0.07 | 278.47 | 0.78 | 0.67 |
| Hex | BD | 69 | EC | 14 | 38 | 0 | 7 | 116 | 4E | 43 |
| Octal | 275 | 151 | 354 | 24 | 70 | 0 | 7 | 426 | 116 | 103 |
| Binary | 10111101 | 1101001 | 11101100 | 10100 | 111000 | 0 | 111 | 100010110 | 1001110 | 1000011 |
Color Harmonies of #BD69EC
Complementary color
Monochromatic Colors of #BD69EC
Black with #BD69EC
Text Example
Text Example
White with #BD69EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD69EC; }
p { color: rgb(189,105,236); }
H1.HeaderClassName
{
color: #BD69EC;
}
.AnyTagClassName
{
color: #BD69EC;
}
</style>
background-color css
<style>
a { background-color: #BD69EC; }
a { background-color: rgb(189,105,236); }
div.DivClassName
{
background-color: #BD69EC;
}
.BgClassName
{
background-color: #BD69EC;
}
</style>
border-color css
<style>
span { border-color: #BD69EC; }
span { border-color: rgb(189,105,236); }
td.TdClassName
{
border-color: #BD69EC;
}
.TagClassName
{
border-color: #BD69EC;
}
</style>