#B47DFF

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

Shades of Medium Purple #B47DFF

Tints of Medium Purple #B47DFF

Color information

#B47DFF (or 0xB47DFF) is unknown color: approx Medium Purple. HEX triplet: B4, 7D and FF. RGB value is (180,125,255). Sum of RGB (Red+Green+Blue) = 180+125+255=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #B47DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47DFF is #4B8200. Grayscale: #9B9B9B. Windows color (decimal): -4948481 or 16743860. OLE color: 16743860.

HSL color Cylindrical-coordinate representation of color #B47DFF: hue angle of 265.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B47DFF is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB180125255-
CMYK0.290.5100
HSL265.38º100%74.51%-
HSV(B)265.38º50.98%100%-
XYZ44.2131.5998.38-
YUV156.26183.72144.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.14%
GREEN value IS 125 (49.22% from 255) = 22.32%
BLUE value IS 255 (100% from 255) = 45.54%
R=32.14%
G=22.32%
B=45.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801252550.290.5100265.3810074.51
HexB47DFF1D3300109644b
Octal264175377356300411144113
Binary10110100111110111111111111011100110010000100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DFF; }

 p { color: rgb(180,125,255); }

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

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

 a { background-color: rgb(180,125,255); }

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

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

 span { border-color: rgb(180,125,255); }

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