Shades of Medium Orchid #BC62F1
Tints of Medium Orchid #BC62F1
RGB
CMYK
RGB Variations
Color information
#BC62F1 (or 0xBC62F1) is known color: Medium Orchid. HEX triplet: BC, 62 and F1. RGB value is (188,98,241). Sum of RGB (Red+Green+Blue) = 188+98+241=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC62F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC62F1 is #439D0E. Grayscale: #8C8C8C. Windows color (decimal): -4431119 or 15819452. OLE color: 15819452.
HSL color Cylindrical-coordinate representation of color #BC62F1: hue angle of 277.76º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC62F1 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 98 | 241 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.05 |
| HSL | 277.76º | 0.84% | 0.66% | - |
| HSV(B) | 277.76º | 0.59% | 0.95% | - |
| XYZ | 40.98 | 25.78 | 86.03 | - |
| YUV | 141.21 | 184.32 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 241 | 0.22 | 0.59 | 0 | 0.05 | 277.76 | 0.84 | 0.66 |
| Hex | BC | 62 | F1 | 16 | 3B | 0 | 5 | 116 | 54 | 42 |
| Octal | 274 | 142 | 361 | 26 | 73 | 0 | 5 | 426 | 124 | 102 |
| Binary | 10111100 | 1100010 | 11110001 | 10110 | 111011 | 0 | 101 | 100010110 | 1010100 | 1000010 |
Color Harmonies of #BC62F1
Complementary color
Monochromatic Colors of #BC62F1
Black with #BC62F1
Text Example
Text Example
White with #BC62F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62F1; }
p { color: rgb(188,98,241); }
H1.HeaderClassName
{
color: #BC62F1;
}
.AnyTagClassName
{
color: #BC62F1;
}
</style>
background-color css
<style>
a { background-color: #BC62F1; }
a { background-color: rgb(188,98,241); }
div.DivClassName
{
background-color: #BC62F1;
}
.BgClassName
{
background-color: #BC62F1;
}
</style>
border-color css
<style>
span { border-color: #BC62F1; }
span { border-color: rgb(188,98,241); }
td.TdClassName
{
border-color: #BC62F1;
}
.TagClassName
{
border-color: #BC62F1;
}
</style>