Shades of Medium Orchid #BC64E4
Tints of Medium Orchid #BC64E4
RGB
CMYK
RGB Variations
Color information
#BC64E4 (or 0xBC64E4) is known color: Medium Orchid. HEX triplet: BC, 64 and E4. RGB value is (188,100,228). Sum of RGB (Red+Green+Blue) = 188+100+228=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC64E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64E4 is #439B1B. Grayscale: #8C8C8C. Windows color (decimal): -4430620 or 14967996. OLE color: 14967996.
HSL color Cylindrical-coordinate representation of color #BC64E4: hue angle of 281.25º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC64E4 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 100 | 228 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.11 |
| HSL | 281.25º | 0.7% | 0.64% | - |
| HSV(B) | 281.25º | 0.56% | 0.89% | - |
| XYZ | 39.3 | 25.41 | 76.23 | - |
| YUV | 140.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 228 | 0.18 | 0.56 | 0 | 0.11 | 281.25 | 0.7 | 0.64 |
| Hex | BC | 64 | E4 | 12 | 38 | 0 | B | 119 | 46 | 40 |
| Octal | 274 | 144 | 344 | 22 | 70 | 0 | 13 | 431 | 106 | 100 |
| Binary | 10111100 | 1100100 | 11100100 | 10010 | 111000 | 0 | 1011 | 100011001 | 1000110 | 1000000 |
Color Harmonies of #BC64E4
Complementary color
Monochromatic Colors of #BC64E4
Black with #BC64E4
Text Example
Text Example
White with #BC64E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC64E4; }
p { color: rgb(188,100,228); }
H1.HeaderClassName
{
color: #BC64E4;
}
.AnyTagClassName
{
color: #BC64E4;
}
</style>
background-color css
<style>
a { background-color: #BC64E4; }
a { background-color: rgb(188,100,228); }
div.DivClassName
{
background-color: #BC64E4;
}
.BgClassName
{
background-color: #BC64E4;
}
</style>
border-color css
<style>
span { border-color: #BC64E4; }
span { border-color: rgb(188,100,228); }
td.TdClassName
{
border-color: #BC64E4;
}
.TagClassName
{
border-color: #BC64E4;
}
</style>