#B44DD5

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

Shades of Medium Orchid #B44DD5

Tints of Medium Orchid #B44DD5

Color information

#B44DD5 (or 0xB44DD5) is unknown color: approx Medium Orchid. HEX triplet: B4, 4D and D5. RGB value is (180,77,213). Sum of RGB (Red+Green+Blue) = 180+77+213=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #B44DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44DD5 is #4BB22A. Grayscale: #7A7A7A. Windows color (decimal): -4960811 or 13979060. OLE color: 13979060.

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

Color convert

RGB18077213-
CMYK0.150.6400.16
HSL285.44º61.82%56.86%-
HSV(B)285.44º63.85%83.53%-
XYZ33.4919.8265.01-
YUV123.3178.62168.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 77 (30.47% from 255) = 16.38%
BLUE value IS 213 (83.59% from 255) = 45.32%
R=38.30%
G=16.38%
B=45.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180772130.150.6400.16285.4461.8256.86
HexB44DD5F4001011d3e39
Octal264115325171000204357671
Binary1011010010011011101010111111000000010000100011101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44DD5; }

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

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

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

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

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

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

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

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