#B14AC9

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

Shades of Medium Orchid #B14AC9

Tints of Medium Orchid #B14AC9

Color information

#B14AC9 (or 0xB14AC9) is unknown color: approx Medium Orchid. HEX triplet: B1, 4A and C9. RGB value is (177,74,201). Sum of RGB (Red+Green+Blue) = 177+74+201=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #B14AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14AC9 is #4EB536. Grayscale: #767676. Windows color (decimal): -5158199 or 13191857. OLE color: 13191857.

HSL color Cylindrical-coordinate representation of color #B14AC9: hue angle of 288.66º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14AC9 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17774201-
CMYK0.120.6300.21
HSL288.66º54.04%53.92%-
HSV(B)288.66º63.18%78.82%-
XYZ31.1218.4657.18-
YUV119.28174.12169.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 74 (29.30% from 255) = 16.37%
BLUE value IS 201 (78.91% from 255) = 44.47%
R=39.16%
G=16.37%
B=44.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177742010.120.6300.21288.6654.0453.92
HexB14AC9C3F0151213636
Octal26111231114770254416666
Binary101100011001010110010011100111111010101100100001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14AC9; }

 p { color: rgb(177,74,201); }

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

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

 a { background-color: rgb(177,74,201); }

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

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

 span { border-color: rgb(177,74,201); }

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