#B14AD6

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

Shades of Medium Orchid #B14AD6

Tints of Medium Orchid #B14AD6

Color information

#B14AD6 (or 0xB14AD6) is unknown color: approx Medium Orchid. HEX triplet: B1, 4A and D6. RGB value is (177,74,214). Sum of RGB (Red+Green+Blue) = 177+74+214=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #B14AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14AD6 is #4EB529. Grayscale: #787878. Windows color (decimal): -5158186 or 14043825. OLE color: 14043825.

HSL color Cylindrical-coordinate representation of color #B14AD6: hue angle of 284.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B14AD6 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17774214-
CMYK0.170.6500.16
HSL284.14º63.06%56.47%-
HSV(B)284.14º65.42%83.92%-
XYZ32.7219.165.58-
YUV120.76180.62168.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 74 (29.30% from 255) = 15.91%
BLUE value IS 214 (83.98% from 255) = 46.02%
R=38.06%
G=15.91%
B=46.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177742140.170.6500.16284.1463.0656.47
HexB14AD6114101011c3f38
Octal261112326211010204347770
Binary10110001100101011010110100011000001010000100011100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14AD6; }

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

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

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

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

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

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

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

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