Html Css Color HEX #BC6EE2 Medium Orchid

📋 copy color: '#BC6EE2'

red 188 ◦ green 110 ◦ blue 226

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

Shades of Medium Orchid #BC6EE2

Tints of Medium Orchid #BC6EE2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.99%

 BLUE value IS 226 (88.67% from 255) = 43.13%

R = 35.88%
G = 20.99%
B = 43.13%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC6EE2 (or 0xBC6EE2) is known color: Medium Orchid. HEX triplet: BC, 6E and E2. RGB value is (188,110,226). Sum of RGB (Red+Green+Blue) = 188+110+226=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC6EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EE2 is #43911D. Grayscale: #929292. Windows color (decimal): -4428062 or 14839484. OLE color: 14839484.

HSL color Cylindrical-coordinate representation of color #BC6EE2: hue angle of 280.34º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC6EE2 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 110 226 -
CMYK 0.17 0.51 0 0.11
HSL 280.34º 0.67% 0.66% -
HSV(B) 280.34º 0.51% 0.89% -
XYZ 40.04 27.33 75.12 -
YUV 146.55 172.84 157.57 -
System Red Green Blue C M Y K H S L
Decimal 188 110 226 0.17 0.51 0 0.11 280.34 0.67 0.66
Hex BC 6E E2 11 33 0 B 118 43 42
Octal 274 156 342 21 63 0 13 430 103 102
Binary 10111100 1101110 11100010 10001 110011 0 1011 100011000 1000011 1000010

Color Harmonies of #BC6EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EE2

Black with #BC6EE2

Text Example


Text Example

White with #BC6EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EE2; }

 p { color: rgb(188,110,226); }

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

background-color css

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

 a { background-color: rgb(188,110,226); }

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

border-color css

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

 span { border-color: rgb(188,110,226); }

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