#B44DC7

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

Shades of Medium Orchid #B44DC7

Tints of Medium Orchid #B44DC7

Color information

#B44DC7 (or 0xB44DC7) is unknown color: approx Medium Orchid. HEX triplet: B4, 4D and C7. RGB value is (180,77,199). Sum of RGB (Red+Green+Blue) = 180+77+199=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 199 - color contains mainly: blue. Hex color #B44DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44DC7 is #4BB238. Grayscale: #797979. Windows color (decimal): -4960825 or 13061556. OLE color: 13061556.

HSL color Cylindrical-coordinate representation of color #B44DC7: hue angle of 290.66º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B44DC7 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18077199-
CMYK0.100.6100.22
HSL290.66º52.14%54.12%-
HSV(B)290.66º61.31%78.04%-
XYZ31.7919.1356.05-
YUV121.71171.62169.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 77 (30.47% from 255) = 16.89%
BLUE value IS 199 (78.12% from 255) = 43.64%
R=39.47%
G=16.89%
B=43.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180771990.100.6100.22290.6652.1454.12
HexB44DC7A3D0161233436
Octal26411530712750264436466
Binary101101001001101110001111010111101010110100100011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44DC7; }

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

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

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

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

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

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

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

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