Shades of Medium Orchid #BC41FC
Tints of Medium Orchid #BC41FC
RGB
CMYK
RGB Variations
Color information
#BC41FC (or 0xBC41FC) is known color: Medium Orchid. HEX triplet: BC, 41 and FC. RGB value is (188,65,252). Sum of RGB (Red+Green+Blue) = 188+65+252=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 65 (25.78% from 255 or 12.87% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC41FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC41FC is #43BE03. Grayscale: #7A7A7A. Windows color (decimal): -4439556 or 16531900. OLE color: 16531900.
HSL color Cylindrical-coordinate representation of color #BC41FC: hue angle of 279.47º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC41FC is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 65 | 252 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.01 |
| HSL | 279.47º | 0.97% | 0.62% | - |
| HSV(B) | 279.47º | 0.74% | 0.99% | - |
| XYZ | 40.2 | 21.5 | 94.13 | - |
| YUV | 123.1 | 200.75 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 252 | 0.25 | 0.74 | 0 | 0.01 | 279.47 | 0.97 | 0.62 |
| Hex | BC | 41 | FC | 19 | 4A | 0 | 1 | 117 | 61 | 3E |
| Octal | 274 | 101 | 374 | 31 | 112 | 0 | 1 | 427 | 141 | 76 |
| Binary | 10111100 | 1000001 | 11111100 | 11001 | 1001010 | 0 | 1 | 100010111 | 1100001 | 111110 |
Color Harmonies of #BC41FC
Complementary color
Monochromatic Colors of #BC41FC
Black with #BC41FC
Text Example
Text Example
White with #BC41FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41FC; }
p { color: rgb(188,65,252); }
H1.HeaderClassName
{
color: #BC41FC;
}
.AnyTagClassName
{
color: #BC41FC;
}
</style>
background-color css
<style>
a { background-color: #BC41FC; }
a { background-color: rgb(188,65,252); }
div.DivClassName
{
background-color: #BC41FC;
}
.BgClassName
{
background-color: #BC41FC;
}
</style>
border-color css
<style>
span { border-color: #BC41FC; }
span { border-color: rgb(188,65,252); }
td.TdClassName
{
border-color: #BC41FC;
}
.TagClassName
{
border-color: #BC41FC;
}
</style>