Html Css Color HEX #BC71EC Medium Orchid

📋 copy color: '#BC71EC'

red 188 ◦ green 113 ◦ blue 236

#BC71EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BC71EC

Tints of Medium Orchid #BC71EC

RGB

 RED value IS 188 (73.83% from 255) = 35.01%

 GREEN value IS 113 (44.53% from 255) = 21.04%

 BLUE value IS 236 (92.58% from 255) = 43.95%

R = 35.01%
G = 21.04%
B = 43.95%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC71EC (or 0xBC71EC) is known color: Medium Orchid. HEX triplet: BC, 71 and EC. RGB value is (188,113,236). Sum of RGB (Red+Green+Blue) = 188+113+236=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC71EC is #438E13. Grayscale: #959595. Windows color (decimal): -4427284 or 15495612. OLE color: 15495612.

HSL color Cylindrical-coordinate representation of color #BC71EC: hue angle of 276.59º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC71EC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 113 236 -
CMYK 0.20 0.52 0 0.07
HSL 276.59º 0.76% 0.68% -
HSV(B) 276.59º 0.52% 0.93% -
XYZ 41.78 28.56 82.67 -
YUV 149.45 176.85 155.5 -
System Red Green Blue C M Y K H S L
Decimal 188 113 236 0.20 0.52 0 0.07 276.59 0.76 0.68
Hex BC 71 EC 14 34 0 7 115 4C 44
Octal 274 161 354 24 64 0 7 425 114 104
Binary 10111100 1110001 11101100 10100 110100 0 111 100010101 1001100 1000100

Color Harmonies of #BC71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71EC

Black with #BC71EC

Text Example


Text Example

White with #BC71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71EC; }

 p { color: rgb(188,113,236); }

 H1.HeaderClassName
 {
   color: #BC71EC;
 }
 .AnyTagClassName
 {
   color: #BC71EC;
 }
</style>

background-color css

<style>
 a { background-color: #BC71EC; }

 a { background-color: rgb(188,113,236); }

 div.DivClassName
 {
   background-color: #BC71EC;
 }
 .BgClassName
 {
   background-color: #BC71EC;
 }
</style>

border-color css

<style>
 span { border-color: #BC71EC; }

 span { border-color: rgb(188,113,236); }

 td.TdClassName
 {
   border-color: #BC71EC;
 }
 .TagClassName
 {
   border-color: #BC71EC;
 }
</style>