Shades of Medium Orchid #BC67ED
Tints of Medium Orchid #BC67ED
RGB
CMYK
RGB Variations
Color information
#BC67ED (or 0xBC67ED) is known color: Medium Orchid. HEX triplet: BC, 67 and ED. RGB value is (188,103,237). Sum of RGB (Red+Green+Blue) = 188+103+237=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC67ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC67ED is #439812. Grayscale: #8F8F8F. Windows color (decimal): -4429843 or 15558588. OLE color: 15558588.
HSL color Cylindrical-coordinate representation of color #BC67ED: hue angle of 278.06º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC67ED is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 103 | 237 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.07 |
| HSL | 278.06º | 0.79% | 0.67% | - |
| HSV(B) | 278.06º | 0.57% | 0.93% | - |
| XYZ | 40.88 | 26.51 | 83.08 | - |
| YUV | 143.69 | 180.66 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 237 | 0.21 | 0.57 | 0 | 0.07 | 278.06 | 0.79 | 0.67 |
| Hex | BC | 67 | ED | 15 | 39 | 0 | 7 | 116 | 4F | 43 |
| Octal | 274 | 147 | 355 | 25 | 71 | 0 | 7 | 426 | 117 | 103 |
| Binary | 10111100 | 1100111 | 11101101 | 10101 | 111001 | 0 | 111 | 100010110 | 1001111 | 1000011 |
Color Harmonies of #BC67ED
Complementary color
Monochromatic Colors of #BC67ED
Black with #BC67ED
Text Example
Text Example
White with #BC67ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67ED; }
p { color: rgb(188,103,237); }
H1.HeaderClassName
{
color: #BC67ED;
}
.AnyTagClassName
{
color: #BC67ED;
}
</style>
background-color css
<style>
a { background-color: #BC67ED; }
a { background-color: rgb(188,103,237); }
div.DivClassName
{
background-color: #BC67ED;
}
.BgClassName
{
background-color: #BC67ED;
}
</style>
border-color css
<style>
span { border-color: #BC67ED; }
span { border-color: rgb(188,103,237); }
td.TdClassName
{
border-color: #BC67ED;
}
.TagClassName
{
border-color: #BC67ED;
}
</style>