Shades of Medium Orchid #BD68EE
Tints of Medium Orchid #BD68EE
RGB
CMYK
RGB Variations
Color information
#BD68EE (or 0xBD68EE) is known color: Medium Orchid. HEX triplet: BD, 68 and EE. RGB value is (189,104,238). Sum of RGB (Red+Green+Blue) = 189+104+238=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD68EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD68EE is #429711. Grayscale: #909090. Windows color (decimal): -4364050 or 15624381. OLE color: 15624381.
HSL color Cylindrical-coordinate representation of color #BD68EE: hue angle of 278.06º degrees, saturation: 0.8, 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 #BD68EE is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 104 | 238 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.07 |
| HSL | 278.06º | 0.8% | 0.67% | - |
| HSV(B) | 278.06º | 0.56% | 0.93% | - |
| XYZ | 41.37 | 26.89 | 83.9 | - |
| YUV | 144.69 | 180.66 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 238 | 0.21 | 0.56 | 0 | 0.07 | 278.06 | 0.8 | 0.67 |
| Hex | BD | 68 | EE | 15 | 38 | 0 | 7 | 116 | 50 | 43 |
| Octal | 275 | 150 | 356 | 25 | 70 | 0 | 7 | 426 | 120 | 103 |
| Binary | 10111101 | 1101000 | 11101110 | 10101 | 111000 | 0 | 111 | 100010110 | 1010000 | 1000011 |
Color Harmonies of #BD68EE
Complementary color
Monochromatic Colors of #BD68EE
Black with #BD68EE
Text Example
Text Example
White with #BD68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68EE; }
p { color: rgb(189,104,238); }
H1.HeaderClassName
{
color: #BD68EE;
}
.AnyTagClassName
{
color: #BD68EE;
}
</style>
background-color css
<style>
a { background-color: #BD68EE; }
a { background-color: rgb(189,104,238); }
div.DivClassName
{
background-color: #BD68EE;
}
.BgClassName
{
background-color: #BD68EE;
}
</style>
border-color css
<style>
span { border-color: #BD68EE; }
span { border-color: rgb(189,104,238); }
td.TdClassName
{
border-color: #BD68EE;
}
.TagClassName
{
border-color: #BD68EE;
}
</style>