Shades of Medium Orchid #BC43FE
Tints of Medium Orchid #BC43FE
RGB
CMYK
RGB Variations
Color information
#BC43FE (or 0xBC43FE) is known color: Medium Orchid. HEX triplet: BC, 43 and FE. RGB value is (188,67,254). Sum of RGB (Red+Green+Blue) = 188+67+254=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 67 (26.56% from 255 or 13.16% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC43FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC43FE is #43BC01. Grayscale: #7B7B7B. Windows color (decimal): -4439042 or 16663484. OLE color: 16663484.
HSL color Cylindrical-coordinate representation of color #BC43FE: hue angle of 278.82º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC43FE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 67 | 254 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.00 |
| HSL | 278.82º | 0.99% | 0.63% | - |
| HSV(B) | 278.82º | 0.74% | 1% | - |
| XYZ | 40.64 | 21.86 | 95.84 | - |
| YUV | 124.5 | 201.09 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 254 | 0.26 | 0.74 | 0 | 0.00 | 278.82 | 0.99 | 0.63 |
| Hex | BC | 43 | FE | 1A | 4A | 0 | 0 | 117 | 63 | 3F |
| Octal | 274 | 103 | 376 | 32 | 112 | 0 | 0 | 427 | 143 | 77 |
| Binary | 10111100 | 1000011 | 11111110 | 11010 | 1001010 | 0 | 0 | 100010111 | 1100011 | 111111 |
Color Harmonies of #BC43FE
Complementary color
Monochromatic Colors of #BC43FE
Black with #BC43FE
Text Example
Text Example
White with #BC43FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43FE; }
p { color: rgb(188,67,254); }
H1.HeaderClassName
{
color: #BC43FE;
}
.AnyTagClassName
{
color: #BC43FE;
}
</style>
background-color css
<style>
a { background-color: #BC43FE; }
a { background-color: rgb(188,67,254); }
div.DivClassName
{
background-color: #BC43FE;
}
.BgClassName
{
background-color: #BC43FE;
}
</style>
border-color css
<style>
span { border-color: #BC43FE; }
span { border-color: rgb(188,67,254); }
td.TdClassName
{
border-color: #BC43FE;
}
.TagClassName
{
border-color: #BC43FE;
}
</style>