Html Css Color HEX #BC57EF Medium Orchid

📋 copy color: '#BC57EF'

red 188 ◦ green 87 ◦ blue 239

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

Shades of Medium Orchid #BC57EF

Tints of Medium Orchid #BC57EF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.93%

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

R = 36.58%
G = 16.93%
B = 46.5%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC57EF (or 0xBC57EF) is known color: Medium Orchid. HEX triplet: BC, 57 and EF. RGB value is (188,87,239). Sum of RGB (Red+Green+Blue) = 188+87+239=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC57EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC57EF is #43A810. Grayscale: #868686. Windows color (decimal): -4433937 or 15685564. OLE color: 15685564.

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

Color convert

RGB 188 87 239 -
CMYK 0.21 0.64 0 0.06
HSL 279.87º 0.83% 0.64% -
HSV(B) 279.87º 0.64% 0.94% -
XYZ 39.73 23.74 84.15 -
YUV 134.53 186.96 166.14 -
System Red Green Blue C M Y K H S L
Decimal 188 87 239 0.21 0.64 0 0.06 279.87 0.83 0.64
Hex BC 57 EF 15 40 0 6 118 53 40
Octal 274 127 357 25 100 0 6 430 123 100
Binary 10111100 1010111 11101111 10101 1000000 0 110 100011000 1010011 1000000

Color Harmonies of #BC57EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC57EF

Black with #BC57EF

Text Example


Text Example

White with #BC57EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC57EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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