Shades of Medium Orchid #BD66EF
Tints of Medium Orchid #BD66EF
RGB
CMYK
RGB Variations
Color information
#BD66EF (or 0xBD66EF) is known color: Medium Orchid. HEX triplet: BD, 66 and EF. RGB value is (189,102,239). Sum of RGB (Red+Green+Blue) = 189+102+239=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD66EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD66EF is #429910. Grayscale: #8F8F8F. Windows color (decimal): -4364561 or 15689405. OLE color: 15689405.
HSL color Cylindrical-coordinate representation of color #BD66EF: hue angle of 278.1º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD66EF is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 102 | 239 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.06 |
| HSL | 278.1º | 0.81% | 0.67% | - |
| HSV(B) | 278.1º | 0.57% | 0.94% | - |
| XYZ | 41.32 | 26.55 | 84.61 | - |
| YUV | 143.63 | 181.82 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 239 | 0.21 | 0.57 | 0 | 0.06 | 278.1 | 0.81 | 0.67 |
| Hex | BD | 66 | EF | 15 | 39 | 0 | 6 | 116 | 51 | 43 |
| Octal | 275 | 146 | 357 | 25 | 71 | 0 | 6 | 426 | 121 | 103 |
| Binary | 10111101 | 1100110 | 11101111 | 10101 | 111001 | 0 | 110 | 100010110 | 1010001 | 1000011 |
Color Harmonies of #BD66EF
Complementary color
Monochromatic Colors of #BD66EF
Black with #BD66EF
Text Example
Text Example
White with #BD66EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD66EF; }
p { color: rgb(189,102,239); }
H1.HeaderClassName
{
color: #BD66EF;
}
.AnyTagClassName
{
color: #BD66EF;
}
</style>
background-color css
<style>
a { background-color: #BD66EF; }
a { background-color: rgb(189,102,239); }
div.DivClassName
{
background-color: #BD66EF;
}
.BgClassName
{
background-color: #BD66EF;
}
</style>
border-color css
<style>
span { border-color: #BD66EF; }
span { border-color: rgb(189,102,239); }
td.TdClassName
{
border-color: #BD66EF;
}
.TagClassName
{
border-color: #BD66EF;
}
</style>