Html Css Color HEX #BC56DE Medium Orchid

📋 copy color: '#BC56DE'

red 188 ◦ green 86 ◦ blue 222

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

Shades of Medium Orchid #BC56DE

Tints of Medium Orchid #BC56DE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.34%

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

R = 37.9%
G = 17.34%
B = 44.76%

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

#BC56DE (or 0xBC56DE) is known color: Medium Orchid. HEX triplet: BC, 56 and DE. RGB value is (188,86,222). Sum of RGB (Red+Green+Blue) = 188+86+222=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC56DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56DE is #43A921. Grayscale: #838383. Windows color (decimal): -4434210 or 14571196. OLE color: 14571196.

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

Color convert

RGB 188 86 222 -
CMYK 0.15 0.61 0 0.13
HSL 285º 0.67% 0.6% -
HSV(B) 285º 0.61% 0.87% -
XYZ 37.25 22.62 71.51 -
YUV 132 178.79 167.94 -
System Red Green Blue C M Y K H S L
Decimal 188 86 222 0.15 0.61 0 0.13 285 0.67 0.6
Hex BC 56 DE F 3D 0 D 11D 43 3C
Octal 274 126 336 17 75 0 15 435 103 74
Binary 10111100 1010110 11011110 1111 111101 0 1101 100011101 1000011 111100

Color Harmonies of #BC56DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC56DE

Black with #BC56DE

Text Example


Text Example

White with #BC56DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC56DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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