Shades of Medium Orchid #BC64DD
Tints of Medium Orchid #BC64DD
RGB
CMYK
RGB Variations
Color information
#BC64DD (or 0xBC64DD) is known color: Medium Orchid. HEX triplet: BC, 64 and DD. RGB value is (188,100,221). Sum of RGB (Red+Green+Blue) = 188+100+221=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64DD is #439B22. Grayscale: #8B8B8B. Windows color (decimal): -4430627 or 14509244. OLE color: 14509244.
HSL color Cylindrical-coordinate representation of color #BC64DD: hue angle of 283.64º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC64DD is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 100 | 221 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.13 |
| HSL | 283.64º | 0.64% | 0.63% | - |
| HSV(B) | 283.64º | 0.55% | 0.87% | - |
| XYZ | 38.35 | 25.03 | 71.22 | - |
| YUV | 140.11 | 173.65 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 221 | 0.15 | 0.55 | 0 | 0.13 | 283.64 | 0.64 | 0.63 |
| Hex | BC | 64 | DD | F | 37 | 0 | D | 11C | 40 | 3F |
| Octal | 274 | 144 | 335 | 17 | 67 | 0 | 15 | 434 | 100 | 77 |
| Binary | 10111100 | 1100100 | 11011101 | 1111 | 110111 | 0 | 1101 | 100011100 | 1000000 | 111111 |
Color Harmonies of #BC64DD
Complementary color
Monochromatic Colors of #BC64DD
Black with #BC64DD
Text Example
Text Example
White with #BC64DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC64DD; }
p { color: rgb(188,100,221); }
H1.HeaderClassName
{
color: #BC64DD;
}
.AnyTagClassName
{
color: #BC64DD;
}
</style>
background-color css
<style>
a { background-color: #BC64DD; }
a { background-color: rgb(188,100,221); }
div.DivClassName
{
background-color: #BC64DD;
}
.BgClassName
{
background-color: #BC64DD;
}
</style>
border-color css
<style>
span { border-color: #BC64DD; }
span { border-color: rgb(188,100,221); }
td.TdClassName
{
border-color: #BC64DD;
}
.TagClassName
{
border-color: #BC64DD;
}
</style>