#B14DEC

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

Shades of Medium Orchid #B14DEC

Tints of Medium Orchid #B14DEC

Color information

#B14DEC (or 0xB14DEC) is unknown color: approx Medium Orchid. HEX triplet: B1, 4D and EC. RGB value is (177,77,236). Sum of RGB (Red+Green+Blue) = 177+77+236=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #B14DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14DEC is #4EB213. Grayscale: #7C7C7C. Windows color (decimal): -5157396 or 15486385. OLE color: 15486385.

HSL color Cylindrical-coordinate representation of color #B14DEC: hue angle of 277.74º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B14DEC is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17777236-
CMYK0.250.6700.07
HSL277.74º80.71%61.37%-
HSV(B)277.74º67.37%92.55%-
XYZ35.9320.7181.46-
YUV125.03190.63165.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 77 (30.47% from 255) = 15.71%
BLUE value IS 236 (92.58% from 255) = 48.16%
R=36.12%
G=15.71%
B=48.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal177772360.250.6700.07277.7480.7161.37
HexB14DEC194307116513d
Octal261115354311030742612175
Binary1011000110011011110110011001100001101111000101101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14DEC; }

 p { color: rgb(177,77,236); }

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

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

 a { background-color: rgb(177,77,236); }

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

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

 span { border-color: rgb(177,77,236); }

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