Shades of Medium Orchid #BC67EF
Tints of Medium Orchid #BC67EF
RGB
CMYK
RGB Variations
Color information
#BC67EF (or 0xBC67EF) is known color: Medium Orchid. HEX triplet: BC, 67 and EF. RGB value is (188,103,239). Sum of RGB (Red+Green+Blue) = 188+103+239=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC67EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC67EF is #439810. Grayscale: #8F8F8F. Windows color (decimal): -4429841 or 15689660. OLE color: 15689660.
HSL color Cylindrical-coordinate representation of color #BC67EF: hue angle of 277.5º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC67EF is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 103 | 239 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.06 |
| HSL | 277.5º | 0.81% | 0.67% | - |
| HSV(B) | 277.5º | 0.57% | 0.94% | - |
| XYZ | 41.17 | 26.62 | 84.63 | - |
| YUV | 143.92 | 181.66 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 239 | 0.21 | 0.57 | 0 | 0.06 | 277.5 | 0.81 | 0.67 |
| Hex | BC | 67 | EF | 15 | 39 | 0 | 6 | 116 | 51 | 43 |
| Octal | 274 | 147 | 357 | 25 | 71 | 0 | 6 | 426 | 121 | 103 |
| Binary | 10111100 | 1100111 | 11101111 | 10101 | 111001 | 0 | 110 | 100010110 | 1010001 | 1000011 |
Color Harmonies of #BC67EF
Complementary color
Monochromatic Colors of #BC67EF
Black with #BC67EF
Text Example
Text Example
White with #BC67EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67EF; }
p { color: rgb(188,103,239); }
H1.HeaderClassName
{
color: #BC67EF;
}
.AnyTagClassName
{
color: #BC67EF;
}
</style>
background-color css
<style>
a { background-color: #BC67EF; }
a { background-color: rgb(188,103,239); }
div.DivClassName
{
background-color: #BC67EF;
}
.BgClassName
{
background-color: #BC67EF;
}
</style>
border-color css
<style>
span { border-color: #BC67EF; }
span { border-color: rgb(188,103,239); }
td.TdClassName
{
border-color: #BC67EF;
}
.TagClassName
{
border-color: #BC67EF;
}
</style>