Shades of Medium Orchid #BC67E0
Tints of Medium Orchid #BC67E0
RGB
CMYK
RGB Variations
Color information
#BC67E0 (or 0xBC67E0) is known color: Medium Orchid. HEX triplet: BC, 67 and E0. RGB value is (188,103,224). Sum of RGB (Red+Green+Blue) = 188+103+224=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC67E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67E0 is #43981F. Grayscale: #8D8D8D. Windows color (decimal): -4429856 or 14706620. OLE color: 14706620.
HSL color Cylindrical-coordinate representation of color #BC67E0: hue angle of 282.15º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC67E0 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 103 | 224 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.12 |
| HSL | 282.15º | 0.66% | 0.64% | - |
| HSV(B) | 282.15º | 0.54% | 0.88% | - |
| XYZ | 39.04 | 25.77 | 73.44 | - |
| YUV | 142.21 | 174.16 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 224 | 0.16 | 0.54 | 0 | 0.12 | 282.15 | 0.66 | 0.64 |
| Hex | BC | 67 | E0 | 10 | 36 | 0 | C | 11A | 42 | 40 |
| Octal | 274 | 147 | 340 | 20 | 66 | 0 | 14 | 432 | 102 | 100 |
| Binary | 10111100 | 1100111 | 11100000 | 10000 | 110110 | 0 | 1100 | 100011010 | 1000010 | 1000000 |
Color Harmonies of #BC67E0
Complementary color
Monochromatic Colors of #BC67E0
Black with #BC67E0
Text Example
Text Example
White with #BC67E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67E0; }
p { color: rgb(188,103,224); }
H1.HeaderClassName
{
color: #BC67E0;
}
.AnyTagClassName
{
color: #BC67E0;
}
</style>
background-color css
<style>
a { background-color: #BC67E0; }
a { background-color: rgb(188,103,224); }
div.DivClassName
{
background-color: #BC67E0;
}
.BgClassName
{
background-color: #BC67E0;
}
</style>
border-color css
<style>
span { border-color: #BC67E0; }
span { border-color: rgb(188,103,224); }
td.TdClassName
{
border-color: #BC67E0;
}
.TagClassName
{
border-color: #BC67E0;
}
</style>