Shades of Medium Orchid #BC61F0
Tints of Medium Orchid #BC61F0
RGB
CMYK
RGB Variations
Color information
#BC61F0 (or 0xBC61F0) is known color: Medium Orchid. HEX triplet: BC, 61 and F0. RGB value is (188,97,240). Sum of RGB (Red+Green+Blue) = 188+97+240=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC61F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC61F0 is #439E0F. Grayscale: #8C8C8C. Windows color (decimal): -4431376 or 15753660. OLE color: 15753660.
HSL color Cylindrical-coordinate representation of color #BC61F0: hue angle of 278.18º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC61F0 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 97 | 240 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.06 |
| HSL | 278.18º | 0.83% | 0.66% | - |
| HSV(B) | 278.18º | 0.6% | 0.94% | - |
| XYZ | 40.74 | 25.53 | 85.22 | - |
| YUV | 140.51 | 184.15 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 240 | 0.22 | 0.60 | 0 | 0.06 | 278.18 | 0.83 | 0.66 |
| Hex | BC | 61 | F0 | 16 | 3C | 0 | 6 | 116 | 53 | 42 |
| Octal | 274 | 141 | 360 | 26 | 74 | 0 | 6 | 426 | 123 | 102 |
| Binary | 10111100 | 1100001 | 11110000 | 10110 | 111100 | 0 | 110 | 100010110 | 1010011 | 1000010 |
Color Harmonies of #BC61F0
Complementary color
Monochromatic Colors of #BC61F0
Black with #BC61F0
Text Example
Text Example
White with #BC61F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC61F0; }
p { color: rgb(188,97,240); }
H1.HeaderClassName
{
color: #BC61F0;
}
.AnyTagClassName
{
color: #BC61F0;
}
</style>
background-color css
<style>
a { background-color: #BC61F0; }
a { background-color: rgb(188,97,240); }
div.DivClassName
{
background-color: #BC61F0;
}
.BgClassName
{
background-color: #BC61F0;
}
</style>
border-color css
<style>
span { border-color: #BC61F0; }
span { border-color: rgb(188,97,240); }
td.TdClassName
{
border-color: #BC61F0;
}
.TagClassName
{
border-color: #BC61F0;
}
</style>