#B47CFD

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

Shades of Medium Purple #B47CFD

Tints of Medium Purple #B47CFD

Color information

#B47CFD (or 0xB47CFD) is unknown color: approx Medium Purple. HEX triplet: B4, 7C and FD. RGB value is (180,124,253). Sum of RGB (Red+Green+Blue) = 180+124+253=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #B47CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47CFD is #4B8302. Grayscale: #9A9A9A. Windows color (decimal): -4948739 or 16612532. OLE color: 16612532.

HSL color Cylindrical-coordinate representation of color #B47CFD: hue angle of 266.05º 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 #B47CFD is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180124253-
CMYK0.290.5100.01
HSL266.05º96.99%73.92%-
HSV(B)266.05º50.99%99.22%-
XYZ43.7631.2196.65-
YUV155.45183.05145.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 124 (48.83% from 255) = 22.26%
BLUE value IS 253 (99.22% from 255) = 45.42%
R=32.32%
G=22.26%
B=45.42%

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
Decimal1801242530.290.5100.01266.0596.9973.92
HexB47CFD1D330110a614a
Octal264174375356301412141112
Binary10110100111110011111101111011100110110000101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47CFD; }

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

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

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

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

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

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

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

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