#B57CFD

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

Shades of Medium Purple #B57CFD

Tints of Medium Purple #B57CFD

Color information

#B57CFD (or 0xB57CFD) is unknown color: approx Medium Purple. HEX triplet: B5, 7C and FD. RGB value is (181,124,253). Sum of RGB (Red+Green+Blue) = 181+124+253=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 124 (48.83% from 255 or 22.22% 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 #B57CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57CFD is #4A8302. Grayscale: #9B9B9B. Windows color (decimal): -4883203 or 16612533. OLE color: 16612533.

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

Color convert

RGB181124253-
CMYK0.280.5100.01
HSL266.51º96.99%73.92%-
HSV(B)266.51º50.99%99.22%-
XYZ43.9931.3396.66-
YUV155.75182.88146.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.44%
GREEN value IS 124 (48.83% from 255) = 22.22%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=32.44%
G=22.22%
B=45.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811242530.280.5100.01266.5196.9973.92
HexB57CFD1C330110b614a
Octal265174375346301413141112
Binary10110101111110011111101111001100110110000101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57CFD; }

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

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

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

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

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

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

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

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