#B14EC4

Color #B14EC4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B14EC4

Tints of Medium Orchid #B14EC4

Color information

#B14EC4 (or 0xB14EC4) is unknown color: approx Medium Orchid. HEX triplet: B1, 4E and C4. RGB value is (177,78,196). Sum of RGB (Red+Green+Blue) = 177+78+196=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #B14EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14EC4 is #4EB13B. Grayscale: #787878. Windows color (decimal): -5157180 or 12865201. OLE color: 12865201.

HSL color Cylindrical-coordinate representation of color #B14EC4: hue angle of 290.34º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14EC4 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17778196-
CMYK0.100.6000.23
HSL290.34º50%53.73%-
HSV(B)290.34º60.2%76.86%-
XYZ30.8218.7854.23-
YUV121.05170.3167.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 78 (30.86% from 255) = 17.29%
BLUE value IS 196 (76.95% from 255) = 43.46%
R=39.25%
G=17.29%
B=43.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal177781960.100.6000.23290.345053.73
HexB14EC4A3C0171223236
Octal26111630412740274426266
Binary101100011001110110001001010111100010111100100010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14EC4; }

 p { color: rgb(177,78,196); }

 H1.HeaderClassName
 {
   color: #B14EC4;
 }
 .AnyTagClassName
 {
   color: #B14EC4;
 }
</style>
background-color css

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

 a { background-color: rgb(177,78,196); }

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

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

 span { border-color: rgb(177,78,196); }

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