#B44AEB

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

Shades of Medium Orchid #B44AEB

Tints of Medium Orchid #B44AEB

Color information

#B44AEB (or 0xB44AEB) is unknown color: approx Medium Orchid. HEX triplet: B4, 4A and EB. RGB value is (180,74,235). Sum of RGB (Red+Green+Blue) = 180+74+235=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #B44AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B44AEB is #4BB514. Grayscale: #7B7B7B. Windows color (decimal): -4961557 or 15420084. OLE color: 15420084.

HSL color Cylindrical-coordinate representation of color #B44AEB: hue angle of 279.5º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B44AEB is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18074235-
CMYK0.230.6900.08
HSL279.5º80.1%60.59%-
HSV(B)279.5º68.51%92.16%-
XYZ36.2720.680.66-
YUV124.05190.62167.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 74 (29.30% from 255) = 15.13%
BLUE value IS 235 (92.19% from 255) = 48.06%
R=36.81%
G=15.13%
B=48.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal180742350.230.6900.08279.580.160.59
HexB44AEB174508118503d
Octal2641123532710501043012075
Binary10110100100101011101011101111000101010001000110001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44AEB; }

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

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

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

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

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

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

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

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