Html Css Color HEX #BC63EF Medium Orchid

📋 copy color: '#BC63EF'

red 188 ◦ green 99 ◦ blue 239

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

Shades of Medium Orchid #BC63EF

Tints of Medium Orchid #BC63EF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.82%

 BLUE value IS 239 (93.75% from 255) = 45.44%

R = 35.74%
G = 18.82%
B = 45.44%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC63EF (or 0xBC63EF) is known color: Medium Orchid. HEX triplet: BC, 63 and EF. RGB value is (188,99,239). Sum of RGB (Red+Green+Blue) = 188+99+239=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC63EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC63EF is #439C10. Grayscale: #8D8D8D. Windows color (decimal): -4430865 or 15688636. OLE color: 15688636.

HSL color Cylindrical-coordinate representation of color #BC63EF: hue angle of 278.14º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC63EF is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 99 239 -
CMYK 0.21 0.59 0 0.06
HSL 278.14º 0.81% 0.66% -
HSV(B) 278.14º 0.59% 0.94% -
XYZ 40.78 25.85 84.5 -
YUV 141.57 182.99 161.12 -
System Red Green Blue C M Y K H S L
Decimal 188 99 239 0.21 0.59 0 0.06 278.14 0.81 0.66
Hex BC 63 EF 15 3B 0 6 116 51 42
Octal 274 143 357 25 73 0 6 426 121 102
Binary 10111100 1100011 11101111 10101 111011 0 110 100010110 1010001 1000010

Color Harmonies of #BC63EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63EF

Black with #BC63EF

Text Example


Text Example

White with #BC63EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63EF; }

 p { color: rgb(188,99,239); }

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

background-color css

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

 a { background-color: rgb(188,99,239); }

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

border-color css

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

 span { border-color: rgb(188,99,239); }

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