Shades of Medium Orchid #BD64D0
Tints of Medium Orchid #BD64D0
RGB
CMYK
RGB Variations
Color information
#BD64D0 (or 0xBD64D0) is known color: Medium Orchid. HEX triplet: BD, 64 and D0. RGB value is (189,100,208). Sum of RGB (Red+Green+Blue) = 189+100+208=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD64D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64D0 is #429B2F. Grayscale: #8A8A8A. Windows color (decimal): -4365104 or 13657277. OLE color: 13657277.
HSL color Cylindrical-coordinate representation of color #BD64D0: hue angle of 289.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD64D0 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 100 | 208 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.18 |
| HSL | 289.44º | 0.53% | 0.6% | - |
| HSV(B) | 289.44º | 0.52% | 0.82% | - |
| XYZ | 36.93 | 24.49 | 62.45 | - |
| YUV | 138.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 208 | 0.09 | 0.52 | 0 | 0.18 | 289.44 | 0.53 | 0.6 |
| Hex | BD | 64 | D0 | 9 | 34 | 0 | 12 | 121 | 35 | 3C |
| Octal | 275 | 144 | 320 | 11 | 64 | 0 | 22 | 441 | 65 | 74 |
| Binary | 10111101 | 1100100 | 11010000 | 1001 | 110100 | 0 | 10010 | 100100001 | 110101 | 111100 |
Color Harmonies of #BD64D0
Complementary color
Monochromatic Colors of #BD64D0
Black with #BD64D0
Text Example
Text Example
White with #BD64D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64D0; }
p { color: rgb(189,100,208); }
H1.HeaderClassName
{
color: #BD64D0;
}
.AnyTagClassName
{
color: #BD64D0;
}
</style>
background-color css
<style>
a { background-color: #BD64D0; }
a { background-color: rgb(189,100,208); }
div.DivClassName
{
background-color: #BD64D0;
}
.BgClassName
{
background-color: #BD64D0;
}
</style>
border-color css
<style>
span { border-color: #BD64D0; }
span { border-color: rgb(189,100,208); }
td.TdClassName
{
border-color: #BD64D0;
}
.TagClassName
{
border-color: #BD64D0;
}
</style>