Html Css Color HEX #BC6EEF Medium Orchid

📋 copy color: '#BC6EEF'

red 188 ◦ green 110 ◦ blue 239

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

Shades of Medium Orchid #BC6EEF

Tints of Medium Orchid #BC6EEF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.48%

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

R = 35.01%
G = 20.48%
B = 44.51%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC6EEF (or 0xBC6EEF) is known color: Medium Orchid. HEX triplet: BC, 6E and EF. RGB value is (188,110,239). Sum of RGB (Red+Green+Blue) = 188+110+239=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC6EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6EEF is #439110. Grayscale: #939393. Windows color (decimal): -4428049 or 15691452. OLE color: 15691452.

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

Color convert

RGB 188 110 239 -
CMYK 0.21 0.54 0 0.06
HSL 276.28º 0.8% 0.68% -
HSV(B) 276.28º 0.54% 0.94% -
XYZ 41.89 28.08 84.87 -
YUV 148.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 188 110 239 0.21 0.54 0 0.06 276.28 0.8 0.68
Hex BC 6E EF 15 36 0 6 114 50 44
Octal 274 156 357 25 66 0 6 424 120 104
Binary 10111100 1101110 11101111 10101 110110 0 110 100010100 1010000 1000100

Color Harmonies of #BC6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EEF

Black with #BC6EEF

Text Example


Text Example

White with #BC6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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