Shades of Medium Orchid #BD64E8
Tints of Medium Orchid #BD64E8
RGB
CMYK
RGB Variations
Color information
#BD64E8 (or 0xBD64E8) is known color: Medium Orchid. HEX triplet: BD, 64 and E8. RGB value is (189,100,232). Sum of RGB (Red+Green+Blue) = 189+100+232=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD64E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD64E8 is #429B17. Grayscale: #8D8D8D. Windows color (decimal): -4365080 or 15230141. OLE color: 15230141.
HSL color Cylindrical-coordinate representation of color #BD64E8: hue angle of 280.45º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD64E8 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 100 | 232 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.09 |
| HSL | 280.45º | 0.74% | 0.65% | - |
| HSV(B) | 280.45º | 0.57% | 0.91% | - |
| XYZ | 40.11 | 25.76 | 79.2 | - |
| YUV | 141.66 | 178.99 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 232 | 0.19 | 0.57 | 0 | 0.09 | 280.45 | 0.74 | 0.65 |
| Hex | BD | 64 | E8 | 13 | 39 | 0 | 9 | 118 | 4A | 41 |
| Octal | 275 | 144 | 350 | 23 | 71 | 0 | 11 | 430 | 112 | 101 |
| Binary | 10111101 | 1100100 | 11101000 | 10011 | 111001 | 0 | 1001 | 100011000 | 1001010 | 1000001 |
Color Harmonies of #BD64E8
Complementary color
Monochromatic Colors of #BD64E8
Black with #BD64E8
Text Example
Text Example
White with #BD64E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64E8; }
p { color: rgb(189,100,232); }
H1.HeaderClassName
{
color: #BD64E8;
}
.AnyTagClassName
{
color: #BD64E8;
}
</style>
background-color css
<style>
a { background-color: #BD64E8; }
a { background-color: rgb(189,100,232); }
div.DivClassName
{
background-color: #BD64E8;
}
.BgClassName
{
background-color: #BD64E8;
}
</style>
border-color css
<style>
span { border-color: #BD64E8; }
span { border-color: rgb(189,100,232); }
td.TdClassName
{
border-color: #BD64E8;
}
.TagClassName
{
border-color: #BD64E8;
}
</style>