Html Css Color HEX #BC57DC Medium Orchid

📋 copy color: '#BC57DC'

red 188 ◦ green 87 ◦ blue 220

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

Shades of Medium Orchid #BC57DC

Tints of Medium Orchid #BC57DC

RGB

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

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

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

R = 37.98%
G = 17.58%
B = 44.44%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC57DC (or 0xBC57DC) is known color: Medium Orchid. HEX triplet: BC, 57 and DC. RGB value is (188,87,220). Sum of RGB (Red+Green+Blue) = 188+87+220=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC57DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57DC is #43A823. Grayscale: #838383. Windows color (decimal): -4433956 or 14440380. OLE color: 14440380.

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

Color convert

RGB 188 87 220 -
CMYK 0.15 0.60 0 0.14
HSL 285.56º 0.66% 0.6% -
HSV(B) 285.56º 0.6% 0.86% -
XYZ 37.07 22.68 70.13 -
YUV 132.36 177.46 167.69 -
System Red Green Blue C M Y K H S L
Decimal 188 87 220 0.15 0.60 0 0.14 285.56 0.66 0.6
Hex BC 57 DC F 3C 0 E 11E 42 3C
Octal 274 127 334 17 74 0 16 436 102 74
Binary 10111100 1010111 11011100 1111 111100 0 1110 100011110 1000010 111100

Color Harmonies of #BC57DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC57DC

Black with #BC57DC

Text Example


Text Example

White with #BC57DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC57DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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