Html Css Color HEX #BC66EF Medium Orchid

📋 copy color: '#BC66EF'

red 188 ◦ green 102 ◦ blue 239

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

Shades of Medium Orchid #BC66EF

Tints of Medium Orchid #BC66EF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.28%

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

R = 35.54%
G = 19.28%
B = 45.18%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC66EF (or 0xBC66EF) is known color: Medium Orchid. HEX triplet: BC, 66 and EF. RGB value is (188,102,239). Sum of RGB (Red+Green+Blue) = 188+102+239=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC66EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC66EF is #439910. Grayscale: #8E8E8E. Windows color (decimal): -4430097 or 15689404. OLE color: 15689404.

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

Color convert

RGB 188 102 239 -
CMYK 0.21 0.57 0 0.06
HSL 277.66º 0.81% 0.67% -
HSV(B) 277.66º 0.57% 0.94% -
XYZ 41.07 26.43 84.6 -
YUV 143.33 181.99 159.86 -
System Red Green Blue C M Y K H S L
Decimal 188 102 239 0.21 0.57 0 0.06 277.66 0.81 0.67
Hex BC 66 EF 15 39 0 6 116 51 43
Octal 274 146 357 25 71 0 6 426 121 103
Binary 10111100 1100110 11101111 10101 111001 0 110 100010110 1010001 1000011

Color Harmonies of #BC66EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC66EF

Black with #BC66EF

Text Example


Text Example

White with #BC66EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC66EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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