Shades of Medium Orchid #BC63F4
Tints of Medium Orchid #BC63F4
RGB
CMYK
RGB Variations
Color information
#BC63F4 (or 0xBC63F4) is known color: Medium Orchid. HEX triplet: BC, 63 and F4. RGB value is (188,99,244). Sum of RGB (Red+Green+Blue) = 188+99+244=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC63F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC63F4 is #439C0B. Grayscale: #8D8D8D. Windows color (decimal): -4430860 or 16016316. OLE color: 16016316.
HSL color Cylindrical-coordinate representation of color #BC63F4: hue angle of 276.83º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC63F4 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 99 | 244 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.04 |
| HSL | 276.83º | 0.87% | 0.67% | - |
| HSV(B) | 276.83º | 0.59% | 0.96% | - |
| XYZ | 41.53 | 26.15 | 88.45 | - |
| YUV | 142.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 244 | 0.23 | 0.59 | 0 | 0.04 | 276.83 | 0.87 | 0.67 |
| Hex | BC | 63 | F4 | 17 | 3B | 0 | 4 | 115 | 57 | 43 |
| Octal | 274 | 143 | 364 | 27 | 73 | 0 | 4 | 425 | 127 | 103 |
| Binary | 10111100 | 1100011 | 11110100 | 10111 | 111011 | 0 | 100 | 100010101 | 1010111 | 1000011 |
Color Harmonies of #BC63F4
Complementary color
Monochromatic Colors of #BC63F4
Black with #BC63F4
Text Example
Text Example
White with #BC63F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63F4; }
p { color: rgb(188,99,244); }
H1.HeaderClassName
{
color: #BC63F4;
}
.AnyTagClassName
{
color: #BC63F4;
}
</style>
background-color css
<style>
a { background-color: #BC63F4; }
a { background-color: rgb(188,99,244); }
div.DivClassName
{
background-color: #BC63F4;
}
.BgClassName
{
background-color: #BC63F4;
}
</style>
border-color css
<style>
span { border-color: #BC63F4; }
span { border-color: rgb(188,99,244); }
td.TdClassName
{
border-color: #BC63F4;
}
.TagClassName
{
border-color: #BC63F4;
}
</style>