Shades of Medium Orchid #BC69ED
Tints of Medium Orchid #BC69ED
RGB
CMYK
RGB Variations
Color information
#BC69ED (or 0xBC69ED) is known color: Medium Orchid. HEX triplet: BC, 69 and ED. RGB value is (188,105,237). Sum of RGB (Red+Green+Blue) = 188+105+237=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC69ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC69ED is #439612. Grayscale: #909090. Windows color (decimal): -4429331 or 15559100. OLE color: 15559100.
HSL color Cylindrical-coordinate representation of color #BC69ED: hue angle of 277.73º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC69ED is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 105 | 237 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.07 |
| HSL | 277.73º | 0.79% | 0.67% | - |
| HSV(B) | 277.73º | 0.56% | 0.93% | - |
| XYZ | 41.08 | 26.91 | 83.15 | - |
| YUV | 144.87 | 180 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 237 | 0.21 | 0.56 | 0 | 0.07 | 277.73 | 0.79 | 0.67 |
| Hex | BC | 69 | ED | 15 | 38 | 0 | 7 | 116 | 4F | 43 |
| Octal | 274 | 151 | 355 | 25 | 70 | 0 | 7 | 426 | 117 | 103 |
| Binary | 10111100 | 1101001 | 11101101 | 10101 | 111000 | 0 | 111 | 100010110 | 1001111 | 1000011 |
Color Harmonies of #BC69ED
Complementary color
Monochromatic Colors of #BC69ED
Black with #BC69ED
Text Example
Text Example
White with #BC69ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC69ED; }
p { color: rgb(188,105,237); }
H1.HeaderClassName
{
color: #BC69ED;
}
.AnyTagClassName
{
color: #BC69ED;
}
</style>
background-color css
<style>
a { background-color: #BC69ED; }
a { background-color: rgb(188,105,237); }
div.DivClassName
{
background-color: #BC69ED;
}
.BgClassName
{
background-color: #BC69ED;
}
</style>
border-color css
<style>
span { border-color: #BC69ED; }
span { border-color: rgb(188,105,237); }
td.TdClassName
{
border-color: #BC69ED;
}
.TagClassName
{
border-color: #BC69ED;
}
</style>