#B14EC2

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

Shades of Medium Orchid #B14EC2

Tints of Medium Orchid #B14EC2

Color information

#B14EC2 (or 0xB14EC2) is unknown color: approx Medium Orchid. HEX triplet: B1, 4E and C2. RGB value is (177,78,194). Sum of RGB (Red+Green+Blue) = 177+78+194=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #B14EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14EC2 is #4EB13D. Grayscale: #787878. Windows color (decimal): -5157182 or 12734129. OLE color: 12734129.

HSL color Cylindrical-coordinate representation of color #B14EC2: hue angle of 291.21º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14EC2 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17778194-
CMYK0.090.6000.24
HSL291.21º48.74%53.33%-
HSV(B)291.21º59.79%76.08%-
XYZ30.5918.6953.03-
YUV120.82169.3168.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 78 (30.86% from 255) = 17.37%
BLUE value IS 194 (76.17% from 255) = 43.21%
R=39.42%
G=17.37%
B=43.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177781940.090.6000.24291.2148.7453.33
HexB14EC293C0181233135
Octal26111630211740304436165
Binary101100011001110110000101001111100011000100100011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14EC2; }

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

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

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

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

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

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

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

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