Html Css Color HEX #BC40EC Medium Orchid

📋 copy color: '#BC40EC'

red 188 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #BC40EC

Tints of Medium Orchid #BC40EC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.11%

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

R = 38.52%
G = 13.11%
B = 48.36%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC40EC (or 0xBC40EC) is known color: Medium Orchid. HEX triplet: BC, 40 and EC. RGB value is (188,64,236). Sum of RGB (Red+Green+Blue) = 188+64+236=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC40EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC40EC is #43BF13. Grayscale: #787878. Windows color (decimal): -4439828 or 15483068. OLE color: 15483068.

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

Color convert

RGB 188 64 236 -
CMYK 0.20 0.73 0 0.07
HSL 283.26º 0.82% 0.59% -
HSV(B) 283.26º 0.73% 0.93% -
XYZ 37.71 20.41 81.31 -
YUV 120.68 193.08 176.01 -
System Red Green Blue C M Y K H S L
Decimal 188 64 236 0.20 0.73 0 0.07 283.26 0.82 0.59
Hex BC 40 EC 14 49 0 7 11B 52 3B
Octal 274 100 354 24 111 0 7 433 122 73
Binary 10111100 1000000 11101100 10100 1001001 0 111 100011011 1010010 111011

Color Harmonies of #BC40EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40EC

Black with #BC40EC

Text Example


Text Example

White with #BC40EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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