Shades of Medium Orchid #BC60F2
Tints of Medium Orchid #BC60F2
RGB
CMYK
RGB Variations
Color information
#BC60F2 (or 0xBC60F2) is known color: Medium Orchid. HEX triplet: BC, 60 and F2. RGB value is (188,96,242). Sum of RGB (Red+Green+Blue) = 188+96+242=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC60F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC60F2 is #439F0D. Grayscale: #8B8B8B. Windows color (decimal): -4431630 or 15884476. OLE color: 15884476.
HSL color Cylindrical-coordinate representation of color #BC60F2: hue angle of 277.81º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC60F2 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 96 | 242 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.05 |
| HSL | 277.81º | 0.85% | 0.66% | - |
| HSV(B) | 277.81º | 0.6% | 0.95% | - |
| XYZ | 40.95 | 25.47 | 86.76 | - |
| YUV | 140.15 | 185.48 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 242 | 0.22 | 0.60 | 0 | 0.05 | 277.81 | 0.85 | 0.66 |
| Hex | BC | 60 | F2 | 16 | 3C | 0 | 5 | 116 | 55 | 42 |
| Octal | 274 | 140 | 362 | 26 | 74 | 0 | 5 | 426 | 125 | 102 |
| Binary | 10111100 | 1100000 | 11110010 | 10110 | 111100 | 0 | 101 | 100010110 | 1010101 | 1000010 |
Color Harmonies of #BC60F2
Complementary color
Monochromatic Colors of #BC60F2
Black with #BC60F2
Text Example
Text Example
White with #BC60F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC60F2; }
p { color: rgb(188,96,242); }
H1.HeaderClassName
{
color: #BC60F2;
}
.AnyTagClassName
{
color: #BC60F2;
}
</style>
background-color css
<style>
a { background-color: #BC60F2; }
a { background-color: rgb(188,96,242); }
div.DivClassName
{
background-color: #BC60F2;
}
.BgClassName
{
background-color: #BC60F2;
}
</style>
border-color css
<style>
span { border-color: #BC60F2; }
span { border-color: rgb(188,96,242); }
td.TdClassName
{
border-color: #BC60F2;
}
.TagClassName
{
border-color: #BC60F2;
}
</style>