Html Css Color HEX #BC3EE7 Medium Orchid

📋 copy color: '#BC3EE7'

red 188 ◦ green 62 ◦ blue 231

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

Shades of Medium Orchid #BC3EE7

Tints of Medium Orchid #BC3EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.02%

R = 39.09%
G = 12.89%
B = 48.02%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC3EE7 (or 0xBC3EE7) is known color: Medium Orchid. HEX triplet: BC, 3E and E7. RGB value is (188,62,231). Sum of RGB (Red+Green+Blue) = 188+62+231=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 62 (24.61% from 255 or 12.89% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC3EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3EE7 is #43C118. Grayscale: #767676. Windows color (decimal): -4440345 or 15154876. OLE color: 15154876.

HSL color Cylindrical-coordinate representation of color #BC3EE7: hue angle of 284.73º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3EE7 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 62 231 -
CMYK 0.19 0.73 0 0.09
HSL 284.73º 0.78% 0.57% -
HSV(B) 284.73º 0.73% 0.91% -
XYZ 36.89 19.91 77.5 -
YUV 118.94 191.24 177.26 -
System Red Green Blue C M Y K H S L
Decimal 188 62 231 0.19 0.73 0 0.09 284.73 0.78 0.57
Hex BC 3E E7 13 49 0 9 11D 4E 39
Octal 274 76 347 23 111 0 11 435 116 71
Binary 10111100 111110 11100111 10011 1001001 0 1001 100011101 1001110 111001

Color Harmonies of #BC3EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EE7

Black with #BC3EE7

Text Example


Text Example

White with #BC3EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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