Shades of Medium Orchid #BC2FEA
Tints of Medium Orchid #BC2FEA
RGB
CMYK
RGB Variations
Color information
#BC2FEA (or 0xBC2FEA) is known color: Medium Orchid. HEX triplet: BC, 2F and EA. RGB value is (188,47,234). Sum of RGB (Red+Green+Blue) = 188+47+234=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 47 (18.75% from 255 or 10.02% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC2FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2FEA is #43D015. Grayscale: #6D6D6D. Windows color (decimal): -4444182 or 15347644. OLE color: 15347644.
HSL color Cylindrical-coordinate representation of color #BC2FEA: hue angle of 285.24º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2FEA is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 47 | 234 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.08 |
| HSL | 285.24º | 0.82% | 0.55% | - |
| HSV(B) | 285.24º | 0.8% | 0.92% | - |
| XYZ | 36.61 | 18.66 | 79.52 | - |
| YUV | 110.48 | 197.71 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 234 | 0.20 | 0.80 | 0 | 0.08 | 285.24 | 0.82 | 0.55 |
| Hex | BC | 2F | EA | 14 | 50 | 0 | 8 | 11D | 52 | 37 |
| Octal | 274 | 57 | 352 | 24 | 120 | 0 | 10 | 435 | 122 | 67 |
| Binary | 10111100 | 101111 | 11101010 | 10100 | 1010000 | 0 | 1000 | 100011101 | 1010010 | 110111 |
Color Harmonies of #BC2FEA
Complementary color
Monochromatic Colors of #BC2FEA
Black with #BC2FEA
Text Example
Text Example
White with #BC2FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FEA; }
p { color: rgb(188,47,234); }
H1.HeaderClassName
{
color: #BC2FEA;
}
.AnyTagClassName
{
color: #BC2FEA;
}
</style>
background-color css
<style>
a { background-color: #BC2FEA; }
a { background-color: rgb(188,47,234); }
div.DivClassName
{
background-color: #BC2FEA;
}
.BgClassName
{
background-color: #BC2FEA;
}
</style>
border-color css
<style>
span { border-color: #BC2FEA; }
span { border-color: rgb(188,47,234); }
td.TdClassName
{
border-color: #BC2FEA;
}
.TagClassName
{
border-color: #BC2FEA;
}
</style>