#B44CD1

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

Shades of Medium Orchid #B44CD1

Tints of Medium Orchid #B44CD1

Color information

#B44CD1 (or 0xB44CD1) is unknown color: approx Medium Orchid. HEX triplet: B4, 4C and D1. RGB value is (180,76,209). Sum of RGB (Red+Green+Blue) = 180+76+209=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #B44CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CD1 is #4BB32E. Grayscale: #797979. Windows color (decimal): -4961071 or 13716660. OLE color: 13716660.

HSL color Cylindrical-coordinate representation of color #B44CD1: hue angle of 286.92º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44CD1 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18076209-
CMYK0.140.6400.18
HSL286.92º59.11%55.88%-
HSV(B)286.92º63.64%81.96%-
XYZ32.9219.4862.35-
YUV122.26176.96169.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 76 (30.08% from 255) = 16.34%
BLUE value IS 209 (82.03% from 255) = 44.95%
R=38.71%
G=16.34%
B=44.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180762090.140.6400.18286.9259.1155.88
HexB44CD1E4001211f3b38
Octal264114321161000224377370
Binary1011010010011001101000111101000000010010100011111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44CD1; }

 p { color: rgb(180,76,209); }

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

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

 a { background-color: rgb(180,76,209); }

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

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

 span { border-color: rgb(180,76,209); }

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