Html Css Color HEX #BC40DA Medium Orchid

📋 copy color: '#BC40DA'

red 188 ◦ green 64 ◦ blue 218

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

Shades of Medium Orchid #BC40DA

Tints of Medium Orchid #BC40DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 40%
G = 13.62%
B = 46.38%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC40DA (or 0xBC40DA) is known color: Medium Orchid. HEX triplet: BC, 40 and DA. RGB value is (188,64,218). Sum of RGB (Red+Green+Blue) = 188+64+218=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC40DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40DA is #43BF25. Grayscale: #767676. Windows color (decimal): -4439846 or 14303420. OLE color: 14303420.

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

Color convert

RGB 188 64 218 -
CMYK 0.14 0.71 0 0.15
HSL 288.31º 0.68% 0.55% -
HSV(B) 288.31º 0.71% 0.85% -
XYZ 35.23 19.42 68.22 -
YUV 118.63 184.08 177.48 -
System Red Green Blue C M Y K H S L
Decimal 188 64 218 0.14 0.71 0 0.15 288.31 0.68 0.55
Hex BC 40 DA E 47 0 F 120 44 37
Octal 274 100 332 16 107 0 17 440 104 67
Binary 10111100 1000000 11011010 1110 1000111 0 1111 100100000 1000100 110111

Color Harmonies of #BC40DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40DA

Black with #BC40DA

Text Example


Text Example

White with #BC40DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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