Shades of Medium Orchid #BC37F9
Tints of Medium Orchid #BC37F9
RGB
CMYK
RGB Variations
Color information
#BC37F9 (or 0xBC37F9) is known color: Medium Orchid. HEX triplet: BC, 37 and F9. RGB value is (188,55,249). Sum of RGB (Red+Green+Blue) = 188+55+249=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 55 (21.88% from 255 or 11.18% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC37F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC37F9 is #43C806. Grayscale: #747474. Windows color (decimal): -4442119 or 16332732. OLE color: 16332732.
HSL color Cylindrical-coordinate representation of color #BC37F9: hue angle of 281.13º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC37F9 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 55 | 249 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.02 |
| HSL | 281.13º | 0.94% | 0.6% | - |
| HSV(B) | 281.13º | 0.78% | 0.98% | - |
| XYZ | 39.2 | 20.26 | 91.47 | - |
| YUV | 116.88 | 202.56 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 249 | 0.24 | 0.78 | 0 | 0.02 | 281.13 | 0.94 | 0.6 |
| Hex | BC | 37 | F9 | 18 | 4E | 0 | 2 | 119 | 5E | 3C |
| Octal | 274 | 67 | 371 | 30 | 116 | 0 | 2 | 431 | 136 | 74 |
| Binary | 10111100 | 110111 | 11111001 | 11000 | 1001110 | 0 | 10 | 100011001 | 1011110 | 111100 |
Color Harmonies of #BC37F9
Complementary color
Monochromatic Colors of #BC37F9
Black with #BC37F9
Text Example
Text Example
White with #BC37F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37F9; }
p { color: rgb(188,55,249); }
H1.HeaderClassName
{
color: #BC37F9;
}
.AnyTagClassName
{
color: #BC37F9;
}
</style>
background-color css
<style>
a { background-color: #BC37F9; }
a { background-color: rgb(188,55,249); }
div.DivClassName
{
background-color: #BC37F9;
}
.BgClassName
{
background-color: #BC37F9;
}
</style>
border-color css
<style>
span { border-color: #BC37F9; }
span { border-color: rgb(188,55,249); }
td.TdClassName
{
border-color: #BC37F9;
}
.TagClassName
{
border-color: #BC37F9;
}
</style>