Shades of Medium Orchid #BC66F1
Tints of Medium Orchid #BC66F1
RGB
CMYK
RGB Variations
Color information
#BC66F1 (or 0xBC66F1) is known color: Medium Orchid. HEX triplet: BC, 66 and F1. RGB value is (188,102,241). Sum of RGB (Red+Green+Blue) = 188+102+241=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC66F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC66F1 is #43990E. Grayscale: #8F8F8F. Windows color (decimal): -4430095 or 15820476. OLE color: 15820476.
HSL color Cylindrical-coordinate representation of color #BC66F1: hue angle of 277.12º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC66F1 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 102 | 241 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.05 |
| HSL | 277.12º | 0.83% | 0.67% | - |
| HSV(B) | 277.12º | 0.58% | 0.95% | - |
| XYZ | 41.37 | 26.54 | 86.16 | - |
| YUV | 143.56 | 182.99 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 241 | 0.22 | 0.58 | 0 | 0.05 | 277.12 | 0.83 | 0.67 |
| Hex | BC | 66 | F1 | 16 | 3A | 0 | 5 | 115 | 53 | 43 |
| Octal | 274 | 146 | 361 | 26 | 72 | 0 | 5 | 425 | 123 | 103 |
| Binary | 10111100 | 1100110 | 11110001 | 10110 | 111010 | 0 | 101 | 100010101 | 1010011 | 1000011 |
Color Harmonies of #BC66F1
Complementary color
Monochromatic Colors of #BC66F1
Black with #BC66F1
Text Example
Text Example
White with #BC66F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66F1; }
p { color: rgb(188,102,241); }
H1.HeaderClassName
{
color: #BC66F1;
}
.AnyTagClassName
{
color: #BC66F1;
}
</style>
background-color css
<style>
a { background-color: #BC66F1; }
a { background-color: rgb(188,102,241); }
div.DivClassName
{
background-color: #BC66F1;
}
.BgClassName
{
background-color: #BC66F1;
}
</style>
border-color css
<style>
span { border-color: #BC66F1; }
span { border-color: rgb(188,102,241); }
td.TdClassName
{
border-color: #BC66F1;
}
.TagClassName
{
border-color: #BC66F1;
}
</style>