Shades of Medium Orchid #BC69EF
Tints of Medium Orchid #BC69EF
RGB
CMYK
RGB Variations
Color information
#BC69EF (or 0xBC69EF) is known color: Medium Orchid. HEX triplet: BC, 69 and EF. RGB value is (188,105,239). Sum of RGB (Red+Green+Blue) = 188+105+239=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC69EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC69EF is #439610. Grayscale: #909090. Windows color (decimal): -4429329 or 15690172. OLE color: 15690172.
HSL color Cylindrical-coordinate representation of color #BC69EF: hue angle of 277.16º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC69EF is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 105 | 239 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.06 |
| HSL | 277.16º | 0.81% | 0.67% | - |
| HSV(B) | 277.16º | 0.56% | 0.94% | - |
| XYZ | 41.37 | 27.03 | 84.7 | - |
| YUV | 145.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 239 | 0.21 | 0.56 | 0 | 0.06 | 277.16 | 0.81 | 0.67 |
| Hex | BC | 69 | EF | 15 | 38 | 0 | 6 | 115 | 51 | 43 |
| Octal | 274 | 151 | 357 | 25 | 70 | 0 | 6 | 425 | 121 | 103 |
| Binary | 10111100 | 1101001 | 11101111 | 10101 | 111000 | 0 | 110 | 100010101 | 1010001 | 1000011 |
Color Harmonies of #BC69EF
Complementary color
Monochromatic Colors of #BC69EF
Black with #BC69EF
Text Example
Text Example
White with #BC69EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC69EF; }
p { color: rgb(188,105,239); }
H1.HeaderClassName
{
color: #BC69EF;
}
.AnyTagClassName
{
color: #BC69EF;
}
</style>
background-color css
<style>
a { background-color: #BC69EF; }
a { background-color: rgb(188,105,239); }
div.DivClassName
{
background-color: #BC69EF;
}
.BgClassName
{
background-color: #BC69EF;
}
</style>
border-color css
<style>
span { border-color: #BC69EF; }
span { border-color: rgb(188,105,239); }
td.TdClassName
{
border-color: #BC69EF;
}
.TagClassName
{
border-color: #BC69EF;
}
</style>