Shades of Medium Orchid #BC4FEA
Tints of Medium Orchid #BC4FEA
RGB
CMYK
RGB Variations
Color information
#BC4FEA (or 0xBC4FEA) is known color: Medium Orchid. HEX triplet: BC, 4F and EA. RGB value is (188,79,234). Sum of RGB (Red+Green+Blue) = 188+79+234=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC4FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4FEA is #43B015. Grayscale: #808080. Windows color (decimal): -4435990 or 15355836. OLE color: 15355836.
HSL color Cylindrical-coordinate representation of color #BC4FEA: hue angle of 282.19º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4FEA is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 79 | 234 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.08 |
| HSL | 282.19º | 0.79% | 0.61% | - |
| HSV(B) | 282.19º | 0.66% | 0.92% | - |
| XYZ | 38.39 | 22.22 | 80.11 | - |
| YUV | 129.26 | 187.11 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 234 | 0.20 | 0.66 | 0 | 0.08 | 282.19 | 0.79 | 0.61 |
| Hex | BC | 4F | EA | 14 | 42 | 0 | 8 | 11A | 4F | 3D |
| Octal | 274 | 117 | 352 | 24 | 102 | 0 | 10 | 432 | 117 | 75 |
| Binary | 10111100 | 1001111 | 11101010 | 10100 | 1000010 | 0 | 1000 | 100011010 | 1001111 | 111101 |
Color Harmonies of #BC4FEA
Complementary color
Monochromatic Colors of #BC4FEA
Black with #BC4FEA
Text Example
Text Example
White with #BC4FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4FEA; }
p { color: rgb(188,79,234); }
H1.HeaderClassName
{
color: #BC4FEA;
}
.AnyTagClassName
{
color: #BC4FEA;
}
</style>
background-color css
<style>
a { background-color: #BC4FEA; }
a { background-color: rgb(188,79,234); }
div.DivClassName
{
background-color: #BC4FEA;
}
.BgClassName
{
background-color: #BC4FEA;
}
</style>
border-color css
<style>
span { border-color: #BC4FEA; }
span { border-color: rgb(188,79,234); }
td.TdClassName
{
border-color: #BC4FEA;
}
.TagClassName
{
border-color: #BC4FEA;
}
</style>