Shades of Medium Orchid #BC44F1
Tints of Medium Orchid #BC44F1
RGB
CMYK
RGB Variations
Color information
#BC44F1 (or 0xBC44F1) is known color: Medium Orchid. HEX triplet: BC, 44 and F1. RGB value is (188,68,241). Sum of RGB (Red+Green+Blue) = 188+68+241=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC44F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC44F1 is #43BB0E. Grayscale: #7B7B7B. Windows color (decimal): -4438799 or 15811772. OLE color: 15811772.
HSL color Cylindrical-coordinate representation of color #BC44F1: hue angle of 281.62º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC44F1 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 68 | 241 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.05 |
| HSL | 281.62º | 0.86% | 0.61% | - |
| HSV(B) | 281.62º | 0.72% | 0.95% | - |
| XYZ | 38.68 | 21.18 | 85.27 | - |
| YUV | 123.6 | 194.26 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 241 | 0.22 | 0.72 | 0 | 0.05 | 281.62 | 0.86 | 0.61 |
| Hex | BC | 44 | F1 | 16 | 48 | 0 | 5 | 11A | 56 | 3D |
| Octal | 274 | 104 | 361 | 26 | 110 | 0 | 5 | 432 | 126 | 75 |
| Binary | 10111100 | 1000100 | 11110001 | 10110 | 1001000 | 0 | 101 | 100011010 | 1010110 | 111101 |
Color Harmonies of #BC44F1
Complementary color
Monochromatic Colors of #BC44F1
Black with #BC44F1
Text Example
Text Example
White with #BC44F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44F1; }
p { color: rgb(188,68,241); }
H1.HeaderClassName
{
color: #BC44F1;
}
.AnyTagClassName
{
color: #BC44F1;
}
</style>
background-color css
<style>
a { background-color: #BC44F1; }
a { background-color: rgb(188,68,241); }
div.DivClassName
{
background-color: #BC44F1;
}
.BgClassName
{
background-color: #BC44F1;
}
</style>
border-color css
<style>
span { border-color: #BC44F1; }
span { border-color: rgb(188,68,241); }
td.TdClassName
{
border-color: #BC44F1;
}
.TagClassName
{
border-color: #BC44F1;
}
</style>