Shades of Medium Orchid #BC50F4
Tints of Medium Orchid #BC50F4
RGB
CMYK
RGB Variations
Color information
#BC50F4 (or 0xBC50F4) is known color: Medium Orchid. HEX triplet: BC, 50 and F4. RGB value is (188,80,244). Sum of RGB (Red+Green+Blue) = 188+80+244=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC50F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC50F4 is #43AF0B. Grayscale: #828282. Windows color (decimal): -4435724 or 16011452. OLE color: 16011452.
HSL color Cylindrical-coordinate representation of color #BC50F4: hue angle of 279.51º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC50F4 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 80 | 244 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.04 |
| HSL | 279.51º | 0.88% | 0.64% | - |
| HSV(B) | 279.51º | 0.67% | 0.96% | - |
| XYZ | 39.94 | 22.96 | 87.91 | - |
| YUV | 130.99 | 191.78 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 244 | 0.23 | 0.67 | 0 | 0.04 | 279.51 | 0.88 | 0.64 |
| Hex | BC | 50 | F4 | 17 | 43 | 0 | 4 | 118 | 58 | 40 |
| Octal | 274 | 120 | 364 | 27 | 103 | 0 | 4 | 430 | 130 | 100 |
| Binary | 10111100 | 1010000 | 11110100 | 10111 | 1000011 | 0 | 100 | 100011000 | 1011000 | 1000000 |
Color Harmonies of #BC50F4
Complementary color
Monochromatic Colors of #BC50F4
Black with #BC50F4
Text Example
Text Example
White with #BC50F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50F4; }
p { color: rgb(188,80,244); }
H1.HeaderClassName
{
color: #BC50F4;
}
.AnyTagClassName
{
color: #BC50F4;
}
</style>
background-color css
<style>
a { background-color: #BC50F4; }
a { background-color: rgb(188,80,244); }
div.DivClassName
{
background-color: #BC50F4;
}
.BgClassName
{
background-color: #BC50F4;
}
</style>
border-color css
<style>
span { border-color: #BC50F4; }
span { border-color: rgb(188,80,244); }
td.TdClassName
{
border-color: #BC50F4;
}
.TagClassName
{
border-color: #BC50F4;
}
</style>