Html Css Color HEX #BC43E2 Medium Orchid

📋 copy color: '#BC43E2'

red 188 ◦ green 67 ◦ blue 226

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

Shades of Medium Orchid #BC43E2

Tints of Medium Orchid #BC43E2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.93%

 BLUE value IS 226 (88.67% from 255) = 46.99%

R = 39.09%
G = 13.93%
B = 46.99%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC43E2 (or 0xBC43E2) is known color: Medium Orchid. HEX triplet: BC, 43 and E2. RGB value is (188,67,226). Sum of RGB (Red+Green+Blue) = 188+67+226=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 67 (26.56% from 255 or 13.93% from 481); Blue value is 226 (88.67% from 255 or 46.99% from 481); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC43E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43E2 is #43BC1D. Grayscale: #787878. Windows color (decimal): -4439070 or 14828476. OLE color: 14828476.

HSL color Cylindrical-coordinate representation of color #BC43E2: hue angle of 285.66º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC43E2 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 67 226 -
CMYK 0.17 0.70 0 0.11
HSL 285.66º 0.73% 0.57% -
HSV(B) 285.66º 0.7% 0.89% -
XYZ 36.47 20.2 73.93 -
YUV 121.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 188 67 226 0.17 0.70 0 0.11 285.66 0.73 0.57
Hex BC 43 E2 11 46 0 B 11E 49 39
Octal 274 103 342 21 106 0 13 436 111 71
Binary 10111100 1000011 11100010 10001 1000110 0 1011 100011110 1001001 111001

Color Harmonies of #BC43E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43E2

Black with #BC43E2

Text Example


Text Example

White with #BC43E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43E2; }

 p { color: rgb(188,67,226); }

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

background-color css

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

 a { background-color: rgb(188,67,226); }

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

border-color css

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

 span { border-color: rgb(188,67,226); }

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