Html Css Color HEX #BC57EE Medium Orchid

📋 copy color: '#BC57EE'

red 188 ◦ green 87 ◦ blue 238

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

Shades of Medium Orchid #BC57EE

Tints of Medium Orchid #BC57EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.39%

R = 36.65%
G = 16.96%
B = 46.39%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC57EE (or 0xBC57EE) is known color: Medium Orchid. HEX triplet: BC, 57 and EE. RGB value is (188,87,238). Sum of RGB (Red+Green+Blue) = 188+87+238=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC57EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC57EE is #43A811. Grayscale: #858585. Windows color (decimal): -4433938 or 15620028. OLE color: 15620028.

HSL color Cylindrical-coordinate representation of color #BC57EE: hue angle of 280.13º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC57EE is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 87 238 -
CMYK 0.21 0.63 0 0.07
HSL 280.13º 0.82% 0.64% -
HSV(B) 280.13º 0.63% 0.93% -
XYZ 39.58 23.68 83.37 -
YUV 134.41 186.46 166.22 -
System Red Green Blue C M Y K H S L
Decimal 188 87 238 0.21 0.63 0 0.07 280.13 0.82 0.64
Hex BC 57 EE 15 3F 0 7 118 52 40
Octal 274 127 356 25 77 0 7 430 122 100
Binary 10111100 1010111 11101110 10101 111111 0 111 100011000 1010010 1000000

Color Harmonies of #BC57EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC57EE

Black with #BC57EE

Text Example


Text Example

White with #BC57EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC57EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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