#b47cf4

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

Shades of Medium Purple #B47CF4

Tints of Medium Purple #B47CF4

Color information

#B47CF4 (or 0xB47CF4) is unknown color: approx Medium Purple. HEX triplet: B4, 7C and F4. RGB value is (180,124,244). Sum of RGB (Red+Green+Blue) = 180+124+244=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 244 (95.70% from 255 or 44.53% from 548); Max value from RGB is 244 - color contains mainly: blue. Hex color #B47CF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47CF4 is #4B830B. Grayscale: #9A9A9A. Windows color (decimal): -4948748 or 16022708. OLE color: 16022708.

HSL color Cylindrical-coordinate representation of color #B47CF4: hue angle of 268º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B47CF4 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB180124244-
CMYK0.260.4900.04
HSL268º84.51%72.16%-
HSV(B)268º49.18%95.69%-
XYZ42.3630.6589.27-
YUV154.42178.55146.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.85%
GREEN value IS 124 (48.83% from 255) = 22.63%
BLUE value IS 244 (95.70% from 255) = 44.53%
R=32.85%
G=22.63%
B=44.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801242440.260.4900.0426884.5172.16
HexB47CF41A310410c5548
Octal264174364326104414125110
Binary1011010011111001111010011010110001010010000110010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b47cf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b47cf4; }

 p { color: rgb(180,124,244); }

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

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

 a { background-color: rgb(180,124,244); }

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

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

 span { border-color: rgb(180,124,244); }

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