Html Css Color HEX #BC64EF Medium Orchid

📋 copy color: '#BC64EF'

red 188 ◦ green 100 ◦ blue 239

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

Shades of Medium Orchid #BC64EF

Tints of Medium Orchid #BC64EF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.98%

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

R = 35.67%
G = 18.98%
B = 45.35%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC64EF (or 0xBC64EF) is known color: Medium Orchid. HEX triplet: BC, 64 and EF. RGB value is (188,100,239). Sum of RGB (Red+Green+Blue) = 188+100+239=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC64EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC64EF is #439B10. Grayscale: #8D8D8D. Windows color (decimal): -4430609 or 15688892. OLE color: 15688892.

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

Color convert

RGB 188 100 239 -
CMYK 0.21 0.58 0 0.06
HSL 277.99º 0.81% 0.66% -
HSV(B) 277.99º 0.58% 0.94% -
XYZ 40.88 26.04 84.53 -
YUV 142.16 182.65 160.7 -
System Red Green Blue C M Y K H S L
Decimal 188 100 239 0.21 0.58 0 0.06 277.99 0.81 0.66
Hex BC 64 EF 15 3A 0 6 116 51 42
Octal 274 144 357 25 72 0 6 426 121 102
Binary 10111100 1100100 11101111 10101 111010 0 110 100010110 1010001 1000010

Color Harmonies of #BC64EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64EF

Black with #BC64EF

Text Example


Text Example

White with #BC64EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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