Html Css Color HEX #BC40DF Medium Orchid

📋 copy color: '#BC40DF'

red 188 ◦ green 64 ◦ blue 223

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

Shades of Medium Orchid #BC40DF

Tints of Medium Orchid #BC40DF

RGB

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

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

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

R = 39.58%
G = 13.47%
B = 46.95%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC40DF (or 0xBC40DF) is known color: Medium Orchid. HEX triplet: BC, 40 and DF. RGB value is (188,64,223). Sum of RGB (Red+Green+Blue) = 188+64+223=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC40DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40DF is #43BF20. Grayscale: #767676. Windows color (decimal): -4439841 or 14631100. OLE color: 14631100.

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

Color convert

RGB 188 64 223 -
CMYK 0.16 0.71 0 0.13
HSL 286.79º 0.71% 0.56% -
HSV(B) 286.79º 0.71% 0.87% -
XYZ 35.89 19.69 71.72 -
YUV 119.2 186.58 177.07 -
System Red Green Blue C M Y K H S L
Decimal 188 64 223 0.16 0.71 0 0.13 286.79 0.71 0.56
Hex BC 40 DF 10 47 0 D 11F 47 38
Octal 274 100 337 20 107 0 15 437 107 70
Binary 10111100 1000000 11011111 10000 1000111 0 1101 100011111 1000111 111000

Color Harmonies of #BC40DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40DF

Black with #BC40DF

Text Example


Text Example

White with #BC40DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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