Shades of Medium Orchid #BC37F0
Tints of Medium Orchid #BC37F0
RGB
CMYK
RGB Variations
Color information
#BC37F0 (or 0xBC37F0) is known color: Medium Orchid. HEX triplet: BC, 37 and F0. RGB value is (188,55,240). Sum of RGB (Red+Green+Blue) = 188+55+240=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC37F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC37F0 is #43C80F. Grayscale: #737373. Windows color (decimal): -4442128 or 15742908. OLE color: 15742908.
HSL color Cylindrical-coordinate representation of color #BC37F0: hue angle of 283.14º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC37F0 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 55 | 240 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.06 |
| HSL | 283.14º | 0.86% | 0.58% | - |
| HSV(B) | 283.14º | 0.77% | 0.94% | - |
| XYZ | 37.83 | 19.72 | 84.25 | - |
| YUV | 115.86 | 198.06 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 240 | 0.22 | 0.77 | 0 | 0.06 | 283.14 | 0.86 | 0.58 |
| Hex | BC | 37 | F0 | 16 | 4D | 0 | 6 | 11B | 56 | 3A |
| Octal | 274 | 67 | 360 | 26 | 115 | 0 | 6 | 433 | 126 | 72 |
| Binary | 10111100 | 110111 | 11110000 | 10110 | 1001101 | 0 | 110 | 100011011 | 1010110 | 111010 |
Color Harmonies of #BC37F0
Complementary color
Monochromatic Colors of #BC37F0
Black with #BC37F0
Text Example
Text Example
White with #BC37F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37F0; }
p { color: rgb(188,55,240); }
H1.HeaderClassName
{
color: #BC37F0;
}
.AnyTagClassName
{
color: #BC37F0;
}
</style>
background-color css
<style>
a { background-color: #BC37F0; }
a { background-color: rgb(188,55,240); }
div.DivClassName
{
background-color: #BC37F0;
}
.BgClassName
{
background-color: #BC37F0;
}
</style>
border-color css
<style>
span { border-color: #BC37F0; }
span { border-color: rgb(188,55,240); }
td.TdClassName
{
border-color: #BC37F0;
}
.TagClassName
{
border-color: #BC37F0;
}
</style>