Html Css Color HEX #BC6FEC Medium Orchid

📋 copy color: '#BC6FEC'

red 188 ◦ green 111 ◦ blue 236

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

Shades of Medium Orchid #BC6FEC

Tints of Medium Orchid #BC6FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.75%

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

R = 35.14%
G = 20.75%
B = 44.11%

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

#BC6FEC (or 0xBC6FEC) is known color: Medium Orchid. HEX triplet: BC, 6F and EC. RGB value is (188,111,236). Sum of RGB (Red+Green+Blue) = 188+111+236=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6FEC is #439013. Grayscale: #939393. Windows color (decimal): -4427796 or 15495100. OLE color: 15495100.

HSL color Cylindrical-coordinate representation of color #BC6FEC: hue angle of 276.96º 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 #BC6FEC is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 111 236 -
CMYK 0.20 0.53 0 0.07
HSL 276.96º 0.77% 0.68% -
HSV(B) 276.96º 0.53% 0.93% -
XYZ 41.56 28.12 82.59 -
YUV 148.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 188 111 236 0.20 0.53 0 0.07 276.96 0.77 0.68
Hex BC 6F EC 14 35 0 7 115 4D 44
Octal 274 157 354 24 65 0 7 425 115 104
Binary 10111100 1101111 11101100 10100 110101 0 111 100010101 1001101 1000100

Color Harmonies of #BC6FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FEC

Black with #BC6FEC

Text Example


Text Example

White with #BC6FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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