Html Css Color HEX #BC56DC Medium Orchid

📋 copy color: '#BC56DC'

red 188 ◦ green 86 ◦ blue 220

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

Shades of Medium Orchid #BC56DC

Tints of Medium Orchid #BC56DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 38.06%
G = 17.41%
B = 44.53%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC56DC (or 0xBC56DC) is known color: Medium Orchid. HEX triplet: BC, 56 and DC. RGB value is (188,86,220). Sum of RGB (Red+Green+Blue) = 188+86+220=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC56DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56DC is #43A923. Grayscale: #838383. Windows color (decimal): -4434212 or 14440124. OLE color: 14440124.

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

Color convert

RGB 188 86 220 -
CMYK 0.15 0.61 0 0.14
HSL 285.67º 0.66% 0.6% -
HSV(B) 285.67º 0.61% 0.86% -
XYZ 36.99 22.51 70.11 -
YUV 131.77 177.79 168.1 -
System Red Green Blue C M Y K H S L
Decimal 188 86 220 0.15 0.61 0 0.14 285.67 0.66 0.6
Hex BC 56 DC F 3D 0 E 11E 42 3C
Octal 274 126 334 17 75 0 16 436 102 74
Binary 10111100 1010110 11011100 1111 111101 0 1110 100011110 1000010 111100

Color Harmonies of #BC56DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC56DC

Black with #BC56DC

Text Example


Text Example

White with #BC56DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC56DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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