#B47DFD

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

Shades of Medium Purple #B47DFD

Tints of Medium Purple #B47DFD

Color information

#B47DFD (or 0xB47DFD) is unknown color: approx Medium Purple. HEX triplet: B4, 7D and FD. RGB value is (180,125,253). Sum of RGB (Red+Green+Blue) = 180+125+253=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #B47DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47DFD is #4B8202. Grayscale: #9B9B9B. Windows color (decimal): -4948483 or 16612788. OLE color: 16612788.

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

Color convert

RGB180125253-
CMYK0.290.5100.01
HSL265.78º96.97%74.12%-
HSV(B)265.78º50.59%99.22%-
XYZ43.8931.4696.69-
YUV156.04182.72145.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.26%
GREEN value IS 125 (49.22% from 255) = 22.40%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=32.26%
G=22.40%
B=45.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801252530.290.5100.01265.7896.9774.12
HexB47DFD1D330110a614a
Octal264175375356301412141112
Binary10110100111110111111101111011100110110000101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DFD; }

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

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

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

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

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

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

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

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