Html Css Color HEX #BC3EEC Medium Orchid

📋 copy color: '#BC3EEC'

red 188 ◦ green 62 ◦ blue 236

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

Shades of Medium Orchid #BC3EEC

Tints of Medium Orchid #BC3EEC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.76%

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

R = 38.68%
G = 12.76%
B = 48.56%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC3EEC (or 0xBC3EEC) is known color: Medium Orchid. HEX triplet: BC, 3E and EC. RGB value is (188,62,236). Sum of RGB (Red+Green+Blue) = 188+62+236=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 62 (24.61% from 255 or 12.76% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC3EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3EEC is #43C113. Grayscale: #767676. Windows color (decimal): -4440340 or 15482556. OLE color: 15482556.

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

Color convert

RGB 188 62 236 -
CMYK 0.20 0.74 0 0.07
HSL 283.45º 0.82% 0.58% -
HSV(B) 283.45º 0.74% 0.93% -
XYZ 37.6 20.19 81.27 -
YUV 119.51 193.74 176.85 -
System Red Green Blue C M Y K H S L
Decimal 188 62 236 0.20 0.74 0 0.07 283.45 0.82 0.58
Hex BC 3E EC 14 4A 0 7 11B 52 3A
Octal 274 76 354 24 112 0 7 433 122 72
Binary 10111100 111110 11101100 10100 1001010 0 111 100011011 1010010 111010

Color Harmonies of #BC3EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EEC

Black with #BC3EEC

Text Example


Text Example

White with #BC3EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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