#B14DC9

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

Shades of Medium Orchid #B14DC9

Tints of Medium Orchid #B14DC9

Color information

#B14DC9 (or 0xB14DC9) is unknown color: approx Medium Orchid. HEX triplet: B1, 4D and C9. RGB value is (177,77,201). Sum of RGB (Red+Green+Blue) = 177+77+201=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #B14DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DC9 is #4EB236. Grayscale: #787878. Windows color (decimal): -5157431 or 13192625. OLE color: 13192625.

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

Color convert

RGB17777201-
CMYK0.120.6200.21
HSL288.39º53.45%54.51%-
HSV(B)288.39º61.69%78.82%-
XYZ31.3318.8757.25-
YUV121.04173.13167.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 77 (30.47% from 255) = 16.92%
BLUE value IS 201 (78.91% from 255) = 44.18%
R=38.90%
G=16.92%
B=44.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177772010.120.6200.21288.3953.4554.51
HexB14DC9C3E0151203537
Octal26111531114760254406567
Binary101100011001101110010011100111110010101100100000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14DC9; }

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

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

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

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

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

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

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

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