Html Css Color HEX #BC6EEC Medium Orchid

📋 copy color: '#BC6EEC'

red 188 ◦ green 110 ◦ blue 236

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

Shades of Medium Orchid #BC6EEC

Tints of Medium Orchid #BC6EEC

RGB

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

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

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

R = 35.21%
G = 20.6%
B = 44.19%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC6EEC (or 0xBC6EEC) is known color: Medium Orchid. HEX triplet: BC, 6E and EC. RGB value is (188,110,236). Sum of RGB (Red+Green+Blue) = 188+110+236=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC6EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6EEC is #439113. Grayscale: #939393. Windows color (decimal): -4428052 or 15494844. OLE color: 15494844.

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

Color convert

RGB 188 110 236 -
CMYK 0.20 0.53 0 0.07
HSL 277.14º 0.77% 0.68% -
HSV(B) 277.14º 0.53% 0.93% -
XYZ 41.46 27.9 82.56 -
YUV 147.69 177.84 156.75 -
System Red Green Blue C M Y K H S L
Decimal 188 110 236 0.20 0.53 0 0.07 277.14 0.77 0.68
Hex BC 6E EC 14 35 0 7 115 4D 44
Octal 274 156 354 24 65 0 7 425 115 104
Binary 10111100 1101110 11101100 10100 110101 0 111 100010101 1001101 1000100

Color Harmonies of #BC6EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EEC

Black with #BC6EEC

Text Example


Text Example

White with #BC6EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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