Shades of Medium Orchid #BC37F7
Tints of Medium Orchid #BC37F7
RGB
CMYK
RGB Variations
Color information
#BC37F7 (or 0xBC37F7) is known color: Medium Orchid. HEX triplet: BC, 37 and F7. RGB value is (188,55,247). Sum of RGB (Red+Green+Blue) = 188+55+247=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 55 (21.88% from 255 or 11.22% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC37F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC37F7 is #43C808. Grayscale: #747474. Windows color (decimal): -4442121 or 16201660. OLE color: 16201660.
HSL color Cylindrical-coordinate representation of color #BC37F7: hue angle of 281.56º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC37F7 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 55 | 247 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.03 |
| HSL | 281.56º | 0.92% | 0.59% | - |
| HSV(B) | 281.56º | 0.78% | 0.97% | - |
| XYZ | 38.89 | 20.14 | 89.83 | - |
| YUV | 116.66 | 201.56 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 247 | 0.24 | 0.78 | 0 | 0.03 | 281.56 | 0.92 | 0.59 |
| Hex | BC | 37 | F7 | 18 | 4E | 0 | 3 | 11A | 5C | 3B |
| Octal | 274 | 67 | 367 | 30 | 116 | 0 | 3 | 432 | 134 | 73 |
| Binary | 10111100 | 110111 | 11110111 | 11000 | 1001110 | 0 | 11 | 100011010 | 1011100 | 111011 |
Color Harmonies of #BC37F7
Complementary color
Monochromatic Colors of #BC37F7
Black with #BC37F7
Text Example
Text Example
White with #BC37F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37F7; }
p { color: rgb(188,55,247); }
H1.HeaderClassName
{
color: #BC37F7;
}
.AnyTagClassName
{
color: #BC37F7;
}
</style>
background-color css
<style>
a { background-color: #BC37F7; }
a { background-color: rgb(188,55,247); }
div.DivClassName
{
background-color: #BC37F7;
}
.BgClassName
{
background-color: #BC37F7;
}
</style>
border-color css
<style>
span { border-color: #BC37F7; }
span { border-color: rgb(188,55,247); }
td.TdClassName
{
border-color: #BC37F7;
}
.TagClassName
{
border-color: #BC37F7;
}
</style>