#B44AE9

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

Shades of Medium Orchid #B44AE9

Tints of Medium Orchid #B44AE9

Color information

#B44AE9 (or 0xB44AE9) is unknown color: approx Medium Orchid. HEX triplet: B4, 4A and E9. RGB value is (180,74,233). Sum of RGB (Red+Green+Blue) = 180+74+233=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #B44AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B44AE9 is #4BB516. Grayscale: #7B7B7B. Windows color (decimal): -4961559 or 15289012. OLE color: 15289012.

HSL color Cylindrical-coordinate representation of color #B44AE9: hue angle of 280º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B44AE9 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18074233-
CMYK0.230.6800.09
HSL280º78.33%60.2%-
HSV(B)280º68.24%91.37%-
XYZ35.9820.4879.15-
YUV123.82189.62168.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 74 (29.30% from 255) = 15.20%
BLUE value IS 233 (91.41% from 255) = 47.84%
R=36.96%
G=15.20%
B=47.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal180742330.230.6800.0928078.3360.2
HexB44AE91744091184e3c
Octal2641123512710401143011674
Binary10110100100101011101001101111000100010011000110001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44AE9; }

 p { color: rgb(180,74,233); }

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

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

 a { background-color: rgb(180,74,233); }

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

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

 span { border-color: rgb(180,74,233); }

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