Html Css Color HEX #BC40DC Medium Orchid

📋 copy color: '#BC40DC'

red 188 ◦ green 64 ◦ blue 220

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

Shades of Medium Orchid #BC40DC

Tints of Medium Orchid #BC40DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.56%

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

R = 39.83%
G = 13.56%
B = 46.61%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC40DC (or 0xBC40DC) is known color: Medium Orchid. HEX triplet: BC, 40 and DC. RGB value is (188,64,220). Sum of RGB (Red+Green+Blue) = 188+64+220=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC40DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40DC is #43BF23. Grayscale: #767676. Windows color (decimal): -4439844 or 14434492. OLE color: 14434492.

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

Color convert

RGB 188 64 220 -
CMYK 0.15 0.71 0 0.14
HSL 287.69º 0.69% 0.56% -
HSV(B) 287.69º 0.71% 0.86% -
XYZ 35.49 19.53 69.61 -
YUV 118.86 185.08 177.32 -
System Red Green Blue C M Y K H S L
Decimal 188 64 220 0.15 0.71 0 0.14 287.69 0.69 0.56
Hex BC 40 DC F 47 0 E 120 45 38
Octal 274 100 334 17 107 0 16 440 105 70
Binary 10111100 1000000 11011100 1111 1000111 0 1110 100100000 1000101 111000

Color Harmonies of #BC40DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40DC

Black with #BC40DC

Text Example


Text Example

White with #BC40DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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