Html Css Color HEX #BC57ED Medium Orchid

📋 copy color: '#BC57ED'

red 188 ◦ green 87 ◦ blue 237

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

Shades of Medium Orchid #BC57ED

Tints of Medium Orchid #BC57ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 36.72%
G = 16.99%
B = 46.29%

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

#BC57ED (or 0xBC57ED) is known color: Medium Orchid. HEX triplet: BC, 57 and ED. RGB value is (188,87,237). Sum of RGB (Red+Green+Blue) = 188+87+237=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC57ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC57ED is #43A812. Grayscale: #858585. Windows color (decimal): -4433939 or 15554492. OLE color: 15554492.

HSL color Cylindrical-coordinate representation of color #BC57ED: hue angle of 280.4º degrees, saturation: 0.81, 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 #BC57ED is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 87 237 -
CMYK 0.21 0.63 0 0.07
HSL 280.4º 0.81% 0.64% -
HSV(B) 280.4º 0.63% 0.93% -
XYZ 39.43 23.62 82.6 -
YUV 134.3 185.96 166.3 -
System Red Green Blue C M Y K H S L
Decimal 188 87 237 0.21 0.63 0 0.07 280.4 0.81 0.64
Hex BC 57 ED 15 3F 0 7 118 51 40
Octal 274 127 355 25 77 0 7 430 121 100
Binary 10111100 1010111 11101101 10101 111111 0 111 100011000 1010001 1000000

Color Harmonies of #BC57ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC57ED

Black with #BC57ED

Text Example


Text Example

White with #BC57ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC57ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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