Shades of Medium Orchid #BC54F4
Tints of Medium Orchid #BC54F4
RGB
CMYK
RGB Variations
Color information
#BC54F4 (or 0xBC54F4) is known color: Medium Orchid. HEX triplet: BC, 54 and F4. RGB value is (188,84,244). Sum of RGB (Red+Green+Blue) = 188+84+244=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC54F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC54F4 is #43AB0B. Grayscale: #848484. Windows color (decimal): -4434700 or 16012476. OLE color: 16012476.
HSL color Cylindrical-coordinate representation of color #BC54F4: hue angle of 279º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC54F4 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 84 | 244 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.04 |
| HSL | 279º | 0.88% | 0.64% | - |
| HSV(B) | 279º | 0.66% | 0.96% | - |
| XYZ | 40.24 | 23.56 | 88.02 | - |
| YUV | 133.34 | 190.46 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 244 | 0.23 | 0.66 | 0 | 0.04 | 279 | 0.88 | 0.64 |
| Hex | BC | 54 | F4 | 17 | 42 | 0 | 4 | 117 | 58 | 40 |
| Octal | 274 | 124 | 364 | 27 | 102 | 0 | 4 | 427 | 130 | 100 |
| Binary | 10111100 | 1010100 | 11110100 | 10111 | 1000010 | 0 | 100 | 100010111 | 1011000 | 1000000 |
Color Harmonies of #BC54F4
Complementary color
Monochromatic Colors of #BC54F4
Black with #BC54F4
Text Example
Text Example
White with #BC54F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC54F4; }
p { color: rgb(188,84,244); }
H1.HeaderClassName
{
color: #BC54F4;
}
.AnyTagClassName
{
color: #BC54F4;
}
</style>
background-color css
<style>
a { background-color: #BC54F4; }
a { background-color: rgb(188,84,244); }
div.DivClassName
{
background-color: #BC54F4;
}
.BgClassName
{
background-color: #BC54F4;
}
</style>
border-color css
<style>
span { border-color: #BC54F4; }
span { border-color: rgb(188,84,244); }
td.TdClassName
{
border-color: #BC54F4;
}
.TagClassName
{
border-color: #BC54F4;
}
</style>