#B44CD4

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

Shades of Medium Orchid #B44CD4

Tints of Medium Orchid #B44CD4

Color information

#B44CD4 (or 0xB44CD4) is unknown color: approx Medium Orchid. HEX triplet: B4, 4C and D4. RGB value is (180,76,212). Sum of RGB (Red+Green+Blue) = 180+76+212=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #B44CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CD4 is #4BB32B. Grayscale: #7A7A7A. Windows color (decimal): -4961068 or 13913268. OLE color: 13913268.

HSL color Cylindrical-coordinate representation of color #B44CD4: hue angle of 285.88º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44CD4 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18076212-
CMYK0.150.6400.17
HSL285.88º61.26%56.47%-
HSV(B)285.88º64.15%83.14%-
XYZ33.2919.6364.32-
YUV122.6178.46168.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 76 (30.08% from 255) = 16.24%
BLUE value IS 212 (83.20% from 255) = 45.30%
R=38.46%
G=16.24%
B=45.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal180762120.150.6400.17285.8861.2656.47
HexB44CD4F4001111e3d38
Octal264114324171000214367570
Binary1011010010011001101010011111000000010001100011110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44CD4; }

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

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

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

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

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

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

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

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