#B44FC9

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

Shades of Medium Orchid #B44FC9

Tints of Medium Orchid #B44FC9

Color information

#B44FC9 (or 0xB44FC9) is unknown color: approx Medium Orchid. HEX triplet: B4, 4F and C9. RGB value is (180,79,201). Sum of RGB (Red+Green+Blue) = 180+79+201=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #B44FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44FC9 is #4BB036. Grayscale: #7A7A7A. Windows color (decimal): -4960311 or 13193140. OLE color: 13193140.

HSL color Cylindrical-coordinate representation of color #B44FC9: hue angle of 289.67º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B44FC9 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18079201-
CMYK0.100.6100.21
HSL289.67º53.04%54.9%-
HSV(B)289.67º60.7%78.82%-
XYZ32.1619.5157.33-
YUV123.11171.96168.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 79 (31.25% from 255) = 17.17%
BLUE value IS 201 (78.91% from 255) = 43.70%
R=39.13%
G=17.17%
B=43.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180792010.100.6100.21289.6753.0454.9
HexB44FC9A3D0151223537
Octal26411731112750254426567
Binary101101001001111110010011010111101010101100100010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44FC9; }

 p { color: rgb(180,79,201); }

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

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

 a { background-color: rgb(180,79,201); }

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

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

 span { border-color: rgb(180,79,201); }

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