Html Css Color HEX #BC57DE Medium Orchid

📋 copy color: '#BC57DE'

red 188 ◦ green 87 ◦ blue 222

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

Shades of Medium Orchid #BC57DE

Tints of Medium Orchid #BC57DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 37.83%
G = 17.51%
B = 44.67%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC57DE (or 0xBC57DE) is known color: Medium Orchid. HEX triplet: BC, 57 and DE. RGB value is (188,87,222). Sum of RGB (Red+Green+Blue) = 188+87+222=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC57DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57DE is #43A821. Grayscale: #848484. Windows color (decimal): -4433954 or 14571452. OLE color: 14571452.

HSL color Cylindrical-coordinate representation of color #BC57DE: hue angle of 284.89º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC57DE is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 87 222 -
CMYK 0.15 0.61 0 0.13
HSL 284.89º 0.67% 0.61% -
HSV(B) 284.89º 0.61% 0.87% -
XYZ 37.33 22.78 71.54 -
YUV 132.59 178.46 167.52 -
System Red Green Blue C M Y K H S L
Decimal 188 87 222 0.15 0.61 0 0.13 284.89 0.67 0.61
Hex BC 57 DE F 3D 0 D 11D 43 3D
Octal 274 127 336 17 75 0 15 435 103 75
Binary 10111100 1010111 11011110 1111 111101 0 1101 100011101 1000011 111101

Color Harmonies of #BC57DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC57DE

Black with #BC57DE

Text Example


Text Example

White with #BC57DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC57DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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