Html Css Color HEX #BC2EE4 Medium Orchid

📋 copy color: '#BC2EE4'

red 188 ◦ green 46 ◦ blue 228

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

Shades of Medium Orchid #BC2EE4

Tints of Medium Orchid #BC2EE4

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.96%

 BLUE value IS 228 (89.45% from 255) = 49.35%

R = 40.69%
G = 9.96%
B = 49.35%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC2EE4 (or 0xBC2EE4) is known color: Medium Orchid. HEX triplet: BC, 2E and E4. RGB value is (188,46,228). Sum of RGB (Red+Green+Blue) = 188+46+228=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 228 (89.45% from 255 or 49.35% from 462); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC2EE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2EE4 is #43D11B. Grayscale: #6C6C6C. Windows color (decimal): -4444444 or 14954172. OLE color: 14954172.

HSL color Cylindrical-coordinate representation of color #BC2EE4: hue angle of 286.81º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2EE4 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 46 228 -
CMYK 0.18 0.80 0 0.11
HSL 286.81º 0.77% 0.54% -
HSV(B) 286.81º 0.8% 0.89% -
XYZ 35.72 18.25 75.04 -
YUV 109.21 195.04 184.2 -
System Red Green Blue C M Y K H S L
Decimal 188 46 228 0.18 0.80 0 0.11 286.81 0.77 0.54
Hex BC 2E E4 12 50 0 B 11F 4D 36
Octal 274 56 344 22 120 0 13 437 115 66
Binary 10111100 101110 11100100 10010 1010000 0 1011 100011111 1001101 110110

Color Harmonies of #BC2EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2EE4

Black with #BC2EE4

Text Example


Text Example

White with #BC2EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2EE4; }

 p { color: rgb(188,46,228); }

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

background-color css

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

 a { background-color: rgb(188,46,228); }

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

border-color css

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

 span { border-color: rgb(188,46,228); }

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