Shades of Medium Orchid #BC78E5
Tints of Medium Orchid #BC78E5
RGB
CMYK
RGB Variations
Color information
#BC78E5 (or 0xBC78E5) is known color: Medium Orchid. HEX triplet: BC, 78 and E5. RGB value is (188,120,229). Sum of RGB (Red+Green+Blue) = 188+120+229=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC78E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78E5 is #43871A. Grayscale: #989898. Windows color (decimal): -4425499 or 15038652. OLE color: 15038652.
HSL color Cylindrical-coordinate representation of color #BC78E5: hue angle of 277.43º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC78E5 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 120 | 229 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.10 |
| HSL | 277.43º | 0.68% | 0.68% | - |
| HSV(B) | 277.43º | 0.48% | 0.9% | - |
| XYZ | 41.6 | 29.78 | 77.68 | - |
| YUV | 152.76 | 171.03 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 229 | 0.18 | 0.48 | 0 | 0.10 | 277.43 | 0.68 | 0.68 |
| Hex | BC | 78 | E5 | 12 | 30 | 0 | A | 115 | 44 | 44 |
| Octal | 274 | 170 | 345 | 22 | 60 | 0 | 12 | 425 | 104 | 104 |
| Binary | 10111100 | 1111000 | 11100101 | 10010 | 110000 | 0 | 1010 | 100010101 | 1000100 | 1000100 |
Color Harmonies of #BC78E5
Complementary color
Monochromatic Colors of #BC78E5
Black with #BC78E5
Text Example
Text Example
White with #BC78E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78E5; }
p { color: rgb(188,120,229); }
H1.HeaderClassName
{
color: #BC78E5;
}
.AnyTagClassName
{
color: #BC78E5;
}
</style>
background-color css
<style>
a { background-color: #BC78E5; }
a { background-color: rgb(188,120,229); }
div.DivClassName
{
background-color: #BC78E5;
}
.BgClassName
{
background-color: #BC78E5;
}
</style>
border-color css
<style>
span { border-color: #BC78E5; }
span { border-color: rgb(188,120,229); }
td.TdClassName
{
border-color: #BC78E5;
}
.TagClassName
{
border-color: #BC78E5;
}
</style>