#B47FFF

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

Shades of Medium Purple #B47FFF

Tints of Medium Purple #B47FFF

Color information

#B47FFF (or 0xB47FFF) is unknown color: approx Medium Purple. HEX triplet: B4, 7F and FF. RGB value is (180,127,255). Sum of RGB (Red+Green+Blue) = 180+127+255=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #B47FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47FFF is #4B8000. Grayscale: #9C9C9C. Windows color (decimal): -4947969 or 16744372. OLE color: 16744372.

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

Color convert

RGB180127255-
CMYK0.290.5000
HSL264.84º100%74.9%-
HSV(B)264.84º50.2%100%-
XYZ44.4632.198.46-
YUV157.44183.06144.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.03%
GREEN value IS 127 (50% from 255) = 22.60%
BLUE value IS 255 (100% from 255) = 45.37%
R=32.03%
G=22.60%
B=45.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801272550.290.5000264.8410074.9
HexB47FFF1D3200109644b
Octal264177377356200411144113
Binary10110100111111111111111111011100100010000100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47FFF; }

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

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

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

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

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

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

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

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