#B14DC6

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

Shades of Medium Orchid #B14DC6

Tints of Medium Orchid #B14DC6

Color information

#B14DC6 (or 0xB14DC6) is unknown color: approx Medium Orchid. HEX triplet: B1, 4D and C6. RGB value is (177,77,198). Sum of RGB (Red+Green+Blue) = 177+77+198=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 198 - color contains mainly: blue. Hex color #B14DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DC6 is #4EB239. Grayscale: #787878. Windows color (decimal): -5157434 or 12996017. OLE color: 12996017.

HSL color Cylindrical-coordinate representation of color #B14DC6: hue angle of 289.59º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14DC6 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17777198-
CMYK0.110.6100.22
HSL289.59º51.49%53.92%-
HSV(B)289.59º61.11%77.65%-
XYZ30.9818.7355.41-
YUV120.69171.63168.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 77 (30.47% from 255) = 17.04%
BLUE value IS 198 (77.73% from 255) = 43.81%
R=39.16%
G=17.04%
B=43.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177771980.110.6100.22289.5951.4953.92
HexB14DC6B3D0161223336
Octal26111530613750264426366
Binary101100011001101110001101011111101010110100100010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14DC6; }

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

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

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

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

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

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

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

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