Shades of Medium Orchid #BC71EA
Tints of Medium Orchid #BC71EA
RGB
CMYK
RGB Variations
Color information
#BC71EA (or 0xBC71EA) is known color: Medium Orchid. HEX triplet: BC, 71 and EA. RGB value is (188,113,234). Sum of RGB (Red+Green+Blue) = 188+113+234=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC71EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC71EA is #438E15. Grayscale: #949494. Windows color (decimal): -4427286 or 15364540. OLE color: 15364540.
HSL color Cylindrical-coordinate representation of color #BC71EA: hue angle of 277.19º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC71EA is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 113 | 234 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.08 |
| HSL | 277.19º | 0.74% | 0.68% | - |
| HSV(B) | 277.19º | 0.52% | 0.92% | - |
| XYZ | 41.5 | 28.44 | 81.14 | - |
| YUV | 149.22 | 175.85 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 234 | 0.20 | 0.52 | 0 | 0.08 | 277.19 | 0.74 | 0.68 |
| Hex | BC | 71 | EA | 14 | 34 | 0 | 8 | 115 | 4A | 44 |
| Octal | 274 | 161 | 352 | 24 | 64 | 0 | 10 | 425 | 112 | 104 |
| Binary | 10111100 | 1110001 | 11101010 | 10100 | 110100 | 0 | 1000 | 100010101 | 1001010 | 1000100 |
Color Harmonies of #BC71EA
Complementary color
Monochromatic Colors of #BC71EA
Black with #BC71EA
Text Example
Text Example
White with #BC71EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71EA; }
p { color: rgb(188,113,234); }
H1.HeaderClassName
{
color: #BC71EA;
}
.AnyTagClassName
{
color: #BC71EA;
}
</style>
background-color css
<style>
a { background-color: #BC71EA; }
a { background-color: rgb(188,113,234); }
div.DivClassName
{
background-color: #BC71EA;
}
.BgClassName
{
background-color: #BC71EA;
}
</style>
border-color css
<style>
span { border-color: #BC71EA; }
span { border-color: rgb(188,113,234); }
td.TdClassName
{
border-color: #BC71EA;
}
.TagClassName
{
border-color: #BC71EA;
}
</style>