Html Css Color HEX #BC56DF Medium Orchid

📋 copy color: '#BC56DF'

red 188 ◦ green 86 ◦ blue 223

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

Shades of Medium Orchid #BC56DF

Tints of Medium Orchid #BC56DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 37.83%
G = 17.3%
B = 44.87%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC56DF (or 0xBC56DF) is known color: Medium Orchid. HEX triplet: BC, 56 and DF. RGB value is (188,86,223). Sum of RGB (Red+Green+Blue) = 188+86+223=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC56DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56DF is #43A920. Grayscale: #838383. Windows color (decimal): -4434209 or 14636732. OLE color: 14636732.

HSL color Cylindrical-coordinate representation of color #BC56DF: hue angle of 284.67º degrees, saturation: 0.68, 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 #BC56DF is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 86 223 -
CMYK 0.16 0.61 0 0.13
HSL 284.67º 0.68% 0.61% -
HSV(B) 284.67º 0.61% 0.87% -
XYZ 37.39 22.67 72.22 -
YUV 132.12 179.29 167.86 -
System Red Green Blue C M Y K H S L
Decimal 188 86 223 0.16 0.61 0 0.13 284.67 0.68 0.61
Hex BC 56 DF 10 3D 0 D 11D 44 3D
Octal 274 126 337 20 75 0 15 435 104 75
Binary 10111100 1010110 11011111 10000 111101 0 1101 100011101 1000100 111101

Color Harmonies of #BC56DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC56DF

Black with #BC56DF

Text Example


Text Example

White with #BC56DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC56DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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