Shades of Medium Orchid #BD64EF
Tints of Medium Orchid #BD64EF
RGB
CMYK
RGB Variations
Color information
#BD64EF (or 0xBD64EF) is known color: Medium Orchid. HEX triplet: BD, 64 and EF. RGB value is (189,100,239). Sum of RGB (Red+Green+Blue) = 189+100+239=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD64EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD64EF is #429B10. Grayscale: #8D8D8D. Windows color (decimal): -4365073 or 15688893. OLE color: 15688893.
HSL color Cylindrical-coordinate representation of color #BD64EF: hue angle of 278.42º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD64EF is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 100 | 239 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.06 |
| HSL | 278.42º | 0.81% | 0.66% | - |
| HSV(B) | 278.42º | 0.58% | 0.94% | - |
| XYZ | 41.12 | 26.17 | 84.54 | - |
| YUV | 142.46 | 182.49 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 239 | 0.21 | 0.58 | 0 | 0.06 | 278.42 | 0.81 | 0.66 |
| Hex | BD | 64 | EF | 15 | 3A | 0 | 6 | 116 | 51 | 42 |
| Octal | 275 | 144 | 357 | 25 | 72 | 0 | 6 | 426 | 121 | 102 |
| Binary | 10111101 | 1100100 | 11101111 | 10101 | 111010 | 0 | 110 | 100010110 | 1010001 | 1000010 |
Color Harmonies of #BD64EF
Complementary color
Monochromatic Colors of #BD64EF
Black with #BD64EF
Text Example
Text Example
White with #BD64EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64EF; }
p { color: rgb(189,100,239); }
H1.HeaderClassName
{
color: #BD64EF;
}
.AnyTagClassName
{
color: #BD64EF;
}
</style>
background-color css
<style>
a { background-color: #BD64EF; }
a { background-color: rgb(189,100,239); }
div.DivClassName
{
background-color: #BD64EF;
}
.BgClassName
{
background-color: #BD64EF;
}
</style>
border-color css
<style>
span { border-color: #BD64EF; }
span { border-color: rgb(189,100,239); }
td.TdClassName
{
border-color: #BD64EF;
}
.TagClassName
{
border-color: #BD64EF;
}
</style>