Shades of Medium Orchid #BC37F2
Tints of Medium Orchid #BC37F2
RGB
CMYK
RGB Variations
Color information
#BC37F2 (or 0xBC37F2) is known color: Medium Orchid. HEX triplet: BC, 37 and F2. RGB value is (188,55,242). Sum of RGB (Red+Green+Blue) = 188+55+242=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 55 (21.88% from 255 or 11.34% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC37F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC37F2 is #43C80D. Grayscale: #737373. Windows color (decimal): -4442126 or 15873980. OLE color: 15873980.
HSL color Cylindrical-coordinate representation of color #BC37F2: hue angle of 282.67º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC37F2 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 55 | 242 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.05 |
| HSL | 282.67º | 0.88% | 0.58% | - |
| HSV(B) | 282.67º | 0.77% | 0.95% | - |
| XYZ | 38.13 | 19.83 | 85.82 | - |
| YUV | 116.09 | 199.06 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 242 | 0.22 | 0.77 | 0 | 0.05 | 282.67 | 0.88 | 0.58 |
| Hex | BC | 37 | F2 | 16 | 4D | 0 | 5 | 11B | 58 | 3A |
| Octal | 274 | 67 | 362 | 26 | 115 | 0 | 5 | 433 | 130 | 72 |
| Binary | 10111100 | 110111 | 11110010 | 10110 | 1001101 | 0 | 101 | 100011011 | 1011000 | 111010 |
Color Harmonies of #BC37F2
Complementary color
Monochromatic Colors of #BC37F2
Black with #BC37F2
Text Example
Text Example
White with #BC37F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37F2; }
p { color: rgb(188,55,242); }
H1.HeaderClassName
{
color: #BC37F2;
}
.AnyTagClassName
{
color: #BC37F2;
}
</style>
background-color css
<style>
a { background-color: #BC37F2; }
a { background-color: rgb(188,55,242); }
div.DivClassName
{
background-color: #BC37F2;
}
.BgClassName
{
background-color: #BC37F2;
}
</style>
border-color css
<style>
span { border-color: #BC37F2; }
span { border-color: rgb(188,55,242); }
td.TdClassName
{
border-color: #BC37F2;
}
.TagClassName
{
border-color: #BC37F2;
}
</style>