Shades of Medium Orchid #BC41F4
Tints of Medium Orchid #BC41F4
RGB
CMYK
RGB Variations
Color information
#BC41F4 (or 0xBC41F4) is known color: Medium Orchid. HEX triplet: BC, 41 and F4. RGB value is (188,65,244). Sum of RGB (Red+Green+Blue) = 188+65+244=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 65 (25.78% from 255 or 13.08% from 497); Blue value is 244 (95.70% from 255 or 49.09% from 497); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC41F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC41F4 is #43BE0B. Grayscale: #797979. Windows color (decimal): -4439564 or 16007612. OLE color: 16007612.
HSL color Cylindrical-coordinate representation of color #BC41F4: hue angle of 281.23º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC41F4 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 65 | 244 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.04 |
| HSL | 281.23º | 0.89% | 0.61% | - |
| HSV(B) | 281.23º | 0.73% | 0.96% | - |
| XYZ | 38.96 | 21 | 87.59 | - |
| YUV | 122.18 | 196.75 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 244 | 0.23 | 0.73 | 0 | 0.04 | 281.23 | 0.89 | 0.61 |
| Hex | BC | 41 | F4 | 17 | 49 | 0 | 4 | 119 | 59 | 3D |
| Octal | 274 | 101 | 364 | 27 | 111 | 0 | 4 | 431 | 131 | 75 |
| Binary | 10111100 | 1000001 | 11110100 | 10111 | 1001001 | 0 | 100 | 100011001 | 1011001 | 111101 |
Color Harmonies of #BC41F4
Complementary color
Monochromatic Colors of #BC41F4
Black with #BC41F4
Text Example
Text Example
White with #BC41F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41F4; }
p { color: rgb(188,65,244); }
H1.HeaderClassName
{
color: #BC41F4;
}
.AnyTagClassName
{
color: #BC41F4;
}
</style>
background-color css
<style>
a { background-color: #BC41F4; }
a { background-color: rgb(188,65,244); }
div.DivClassName
{
background-color: #BC41F4;
}
.BgClassName
{
background-color: #BC41F4;
}
</style>
border-color css
<style>
span { border-color: #BC41F4; }
span { border-color: rgb(188,65,244); }
td.TdClassName
{
border-color: #BC41F4;
}
.TagClassName
{
border-color: #BC41F4;
}
</style>