Shades of Medium Orchid #BC37F6
Tints of Medium Orchid #BC37F6
RGB
CMYK
RGB Variations
Color information
#BC37F6 (or 0xBC37F6) is known color: Medium Orchid. HEX triplet: BC, 37 and F6. RGB value is (188,55,246). Sum of RGB (Red+Green+Blue) = 188+55+246=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 55 (21.88% from 255 or 11.25% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC37F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC37F6 is #43C809. Grayscale: #737373. Windows color (decimal): -4442122 or 16136124. OLE color: 16136124.
HSL color Cylindrical-coordinate representation of color #BC37F6: hue angle of 281.78º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC37F6 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 55 | 246 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.04 |
| HSL | 281.78º | 0.91% | 0.59% | - |
| HSV(B) | 281.78º | 0.78% | 0.96% | - |
| XYZ | 38.74 | 20.08 | 89.02 | - |
| YUV | 116.54 | 201.06 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 246 | 0.24 | 0.78 | 0 | 0.04 | 281.78 | 0.91 | 0.59 |
| Hex | BC | 37 | F6 | 18 | 4E | 0 | 4 | 11A | 5B | 3B |
| Octal | 274 | 67 | 366 | 30 | 116 | 0 | 4 | 432 | 133 | 73 |
| Binary | 10111100 | 110111 | 11110110 | 11000 | 1001110 | 0 | 100 | 100011010 | 1011011 | 111011 |
Color Harmonies of #BC37F6
Complementary color
Monochromatic Colors of #BC37F6
Black with #BC37F6
Text Example
Text Example
White with #BC37F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37F6; }
p { color: rgb(188,55,246); }
H1.HeaderClassName
{
color: #BC37F6;
}
.AnyTagClassName
{
color: #BC37F6;
}
</style>
background-color css
<style>
a { background-color: #BC37F6; }
a { background-color: rgb(188,55,246); }
div.DivClassName
{
background-color: #BC37F6;
}
.BgClassName
{
background-color: #BC37F6;
}
</style>
border-color css
<style>
span { border-color: #BC37F6; }
span { border-color: rgb(188,55,246); }
td.TdClassName
{
border-color: #BC37F6;
}
.TagClassName
{
border-color: #BC37F6;
}
</style>