Shades of Medium Orchid #BD64E6
Tints of Medium Orchid #BD64E6
RGB
CMYK
RGB Variations
Color information
#BD64E6 (or 0xBD64E6) is known color: Medium Orchid. HEX triplet: BD, 64 and E6. RGB value is (189,100,230). Sum of RGB (Red+Green+Blue) = 189+100+230=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD64E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD64E6 is #429B19. Grayscale: #8D8D8D. Windows color (decimal): -4365082 or 15099069. OLE color: 15099069.
HSL color Cylindrical-coordinate representation of color #BD64E6: hue angle of 281.08º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD64E6 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 100 | 230 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.10 |
| HSL | 281.08º | 0.72% | 0.65% | - |
| HSV(B) | 281.08º | 0.57% | 0.9% | - |
| XYZ | 39.83 | 25.65 | 77.71 | - |
| YUV | 141.43 | 177.99 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 230 | 0.18 | 0.57 | 0 | 0.10 | 281.08 | 0.72 | 0.65 |
| Hex | BD | 64 | E6 | 12 | 39 | 0 | A | 119 | 48 | 41 |
| Octal | 275 | 144 | 346 | 22 | 71 | 0 | 12 | 431 | 110 | 101 |
| Binary | 10111101 | 1100100 | 11100110 | 10010 | 111001 | 0 | 1010 | 100011001 | 1001000 | 1000001 |
Color Harmonies of #BD64E6
Complementary color
Monochromatic Colors of #BD64E6
Black with #BD64E6
Text Example
Text Example
White with #BD64E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64E6; }
p { color: rgb(189,100,230); }
H1.HeaderClassName
{
color: #BD64E6;
}
.AnyTagClassName
{
color: #BD64E6;
}
</style>
background-color css
<style>
a { background-color: #BD64E6; }
a { background-color: rgb(189,100,230); }
div.DivClassName
{
background-color: #BD64E6;
}
.BgClassName
{
background-color: #BD64E6;
}
</style>
border-color css
<style>
span { border-color: #BD64E6; }
span { border-color: rgb(189,100,230); }
td.TdClassName
{
border-color: #BD64E6;
}
.TagClassName
{
border-color: #BD64E6;
}
</style>