Html Css Color HEX #BC68EF Medium Orchid

📋 copy color: '#BC68EF'

red 188 ◦ green 104 ◦ blue 239

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

Shades of Medium Orchid #BC68EF

Tints of Medium Orchid #BC68EF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.59%

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

R = 35.4%
G = 19.59%
B = 45.01%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC68EF (or 0xBC68EF) is known color: Medium Orchid. HEX triplet: BC, 68 and EF. RGB value is (188,104,239). Sum of RGB (Red+Green+Blue) = 188+104+239=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC68EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC68EF is #439710. Grayscale: #909090. Windows color (decimal): -4429585 or 15689916. OLE color: 15689916.

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

Color convert

RGB 188 104 239 -
CMYK 0.21 0.56 0 0.06
HSL 277.33º 0.81% 0.67% -
HSV(B) 277.33º 0.56% 0.94% -
XYZ 41.27 26.82 84.66 -
YUV 144.51 181.33 159.02 -
System Red Green Blue C M Y K H S L
Decimal 188 104 239 0.21 0.56 0 0.06 277.33 0.81 0.67
Hex BC 68 EF 15 38 0 6 115 51 43
Octal 274 150 357 25 70 0 6 425 121 103
Binary 10111100 1101000 11101111 10101 111000 0 110 100010101 1010001 1000011

Color Harmonies of #BC68EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC68EF

Black with #BC68EF

Text Example


Text Example

White with #BC68EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC68EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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