Shades of Medium Orchid #BD66EE
Tints of Medium Orchid #BD66EE
RGB
CMYK
RGB Variations
Color information
#BD66EE (or 0xBD66EE) is known color: Medium Orchid. HEX triplet: BD, 66 and EE. RGB value is (189,102,238). Sum of RGB (Red+Green+Blue) = 189+102+238=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD66EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD66EE is #429911. Grayscale: #8F8F8F. Windows color (decimal): -4364562 or 15623869. OLE color: 15623869.
HSL color Cylindrical-coordinate representation of color #BD66EE: hue angle of 278.38º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD66EE is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 102 | 238 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.07 |
| HSL | 278.38º | 0.8% | 0.67% | - |
| HSV(B) | 278.38º | 0.57% | 0.93% | - |
| XYZ | 41.17 | 26.49 | 83.83 | - |
| YUV | 143.52 | 181.32 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 238 | 0.21 | 0.57 | 0 | 0.07 | 278.38 | 0.8 | 0.67 |
| Hex | BD | 66 | EE | 15 | 39 | 0 | 7 | 116 | 50 | 43 |
| Octal | 275 | 146 | 356 | 25 | 71 | 0 | 7 | 426 | 120 | 103 |
| Binary | 10111101 | 1100110 | 11101110 | 10101 | 111001 | 0 | 111 | 100010110 | 1010000 | 1000011 |
Color Harmonies of #BD66EE
Complementary color
Monochromatic Colors of #BD66EE
Black with #BD66EE
Text Example
Text Example
White with #BD66EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD66EE; }
p { color: rgb(189,102,238); }
H1.HeaderClassName
{
color: #BD66EE;
}
.AnyTagClassName
{
color: #BD66EE;
}
</style>
background-color css
<style>
a { background-color: #BD66EE; }
a { background-color: rgb(189,102,238); }
div.DivClassName
{
background-color: #BD66EE;
}
.BgClassName
{
background-color: #BD66EE;
}
</style>
border-color css
<style>
span { border-color: #BD66EE; }
span { border-color: rgb(189,102,238); }
td.TdClassName
{
border-color: #BD66EE;
}
.TagClassName
{
border-color: #BD66EE;
}
</style>