Shades of Medium Orchid #BC44FE
Tints of Medium Orchid #BC44FE
RGB
CMYK
RGB Variations
Color information
#BC44FE (or 0xBC44FE) is known color: Medium Orchid. HEX triplet: BC, 44 and FE. RGB value is (188,68,254). Sum of RGB (Red+Green+Blue) = 188+68+254=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC44FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC44FE is #43BB01. Grayscale: #7C7C7C. Windows color (decimal): -4438786 or 16663740. OLE color: 16663740.
HSL color Cylindrical-coordinate representation of color #BC44FE: hue angle of 278.71º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC44FE is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 68 | 254 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.00 |
| HSL | 278.71º | 0.99% | 0.63% | - |
| HSV(B) | 278.71º | 0.73% | 1% | - |
| XYZ | 40.7 | 21.98 | 95.86 | - |
| YUV | 125.08 | 200.76 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 254 | 0.26 | 0.73 | 0 | 0.00 | 278.71 | 0.99 | 0.63 |
| Hex | BC | 44 | FE | 1A | 49 | 0 | 0 | 117 | 63 | 3F |
| Octal | 274 | 104 | 376 | 32 | 111 | 0 | 0 | 427 | 143 | 77 |
| Binary | 10111100 | 1000100 | 11111110 | 11010 | 1001001 | 0 | 0 | 100010111 | 1100011 | 111111 |
Color Harmonies of #BC44FE
Complementary color
Monochromatic Colors of #BC44FE
Black with #BC44FE
Text Example
Text Example
White with #BC44FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44FE; }
p { color: rgb(188,68,254); }
H1.HeaderClassName
{
color: #BC44FE;
}
.AnyTagClassName
{
color: #BC44FE;
}
</style>
background-color css
<style>
a { background-color: #BC44FE; }
a { background-color: rgb(188,68,254); }
div.DivClassName
{
background-color: #BC44FE;
}
.BgClassName
{
background-color: #BC44FE;
}
</style>
border-color css
<style>
span { border-color: #BC44FE; }
span { border-color: rgb(188,68,254); }
td.TdClassName
{
border-color: #BC44FE;
}
.TagClassName
{
border-color: #BC44FE;
}
</style>