Shades of Medium Orchid #BD64EE
Tints of Medium Orchid #BD64EE
RGB
CMYK
RGB Variations
Color information
#BD64EE (or 0xBD64EE) is known color: Medium Orchid. HEX triplet: BD, 64 and EE. RGB value is (189,100,238). Sum of RGB (Red+Green+Blue) = 189+100+238=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD64EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD64EE is #429B11. Grayscale: #8D8D8D. Windows color (decimal): -4365074 or 15623357. OLE color: 15623357.
HSL color Cylindrical-coordinate representation of color #BD64EE: hue angle of 278.7º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD64EE is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 100 | 238 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.07 |
| HSL | 278.7º | 0.8% | 0.66% | - |
| HSV(B) | 278.7º | 0.58% | 0.93% | - |
| XYZ | 40.98 | 26.11 | 83.77 | - |
| YUV | 142.34 | 181.99 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 238 | 0.21 | 0.58 | 0 | 0.07 | 278.7 | 0.8 | 0.66 |
| Hex | BD | 64 | EE | 15 | 3A | 0 | 7 | 117 | 50 | 42 |
| Octal | 275 | 144 | 356 | 25 | 72 | 0 | 7 | 427 | 120 | 102 |
| Binary | 10111101 | 1100100 | 11101110 | 10101 | 111010 | 0 | 111 | 100010111 | 1010000 | 1000010 |
Color Harmonies of #BD64EE
Complementary color
Monochromatic Colors of #BD64EE
Black with #BD64EE
Text Example
Text Example
White with #BD64EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64EE; }
p { color: rgb(189,100,238); }
H1.HeaderClassName
{
color: #BD64EE;
}
.AnyTagClassName
{
color: #BD64EE;
}
</style>
background-color css
<style>
a { background-color: #BD64EE; }
a { background-color: rgb(189,100,238); }
div.DivClassName
{
background-color: #BD64EE;
}
.BgClassName
{
background-color: #BD64EE;
}
</style>
border-color css
<style>
span { border-color: #BD64EE; }
span { border-color: rgb(189,100,238); }
td.TdClassName
{
border-color: #BD64EE;
}
.TagClassName
{
border-color: #BD64EE;
}
</style>