Html Css Color HEX #BC40DE Medium Orchid

📋 copy color: '#BC40DE'

red 188 ◦ green 64 ◦ blue 222

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

Shades of Medium Orchid #BC40DE

Tints of Medium Orchid #BC40DE

RGB

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

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

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

R = 39.66%
G = 13.5%
B = 46.84%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC40DE (or 0xBC40DE) is known color: Medium Orchid. HEX triplet: BC, 40 and DE. RGB value is (188,64,222). Sum of RGB (Red+Green+Blue) = 188+64+222=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC40DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40DE is #43BF21. Grayscale: #767676. Windows color (decimal): -4439842 or 14565564. OLE color: 14565564.

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

Color convert

RGB 188 64 222 -
CMYK 0.15 0.71 0 0.13
HSL 287.09º 0.71% 0.56% -
HSV(B) 287.09º 0.71% 0.87% -
XYZ 35.76 19.63 71.01 -
YUV 119.09 186.08 177.15 -
System Red Green Blue C M Y K H S L
Decimal 188 64 222 0.15 0.71 0 0.13 287.09 0.71 0.56
Hex BC 40 DE F 47 0 D 11F 47 38
Octal 274 100 336 17 107 0 15 437 107 70
Binary 10111100 1000000 11011110 1111 1000111 0 1101 100011111 1000111 111000

Color Harmonies of #BC40DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40DE

Black with #BC40DE

Text Example


Text Example

White with #BC40DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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