#B44ED5

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

Shades of Medium Orchid #B44ED5

Tints of Medium Orchid #B44ED5

Color information

#B44ED5 (or 0xB44ED5) is unknown color: approx Medium Orchid. HEX triplet: B4, 4E and D5. RGB value is (180,78,213). Sum of RGB (Red+Green+Blue) = 180+78+213=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #B44ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44ED5 is #4BB12A. Grayscale: #7B7B7B. Windows color (decimal): -4960555 or 13979316. OLE color: 13979316.

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

Color convert

RGB18078213-
CMYK0.150.6300.16
HSL285.33º61.64%57.06%-
HSV(B)285.33º63.38%83.53%-
XYZ33.5619.9665.03-
YUV123.89178.29168.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 78 (30.86% from 255) = 16.56%
BLUE value IS 213 (83.59% from 255) = 45.22%
R=38.22%
G=16.56%
B=45.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180782130.150.6300.16285.3361.6457.06
HexB44ED5F3F01011d3e39
Octal26411632517770204357671
Binary101101001001110110101011111111111010000100011101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44ED5; }

 p { color: rgb(180,78,213); }

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

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

 a { background-color: rgb(180,78,213); }

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

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

 span { border-color: rgb(180,78,213); }

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