#B57DFF

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

Shades of Medium Purple #B57DFF

Tints of Medium Purple #B57DFF

Color information

#B57DFF (or 0xB57DFF) is unknown color: approx Medium Purple. HEX triplet: B5, 7D and FF. RGB value is (181,125,255). Sum of RGB (Red+Green+Blue) = 181+125+255=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #B57DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57DFF is #4A8200. Grayscale: #9C9C9C. Windows color (decimal): -4882945 or 16743861. OLE color: 16743861.

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

Color convert

RGB181125255-
CMYK0.290.5100
HSL265.85º100%74.51%-
HSV(B)265.85º50.98%100%-
XYZ44.4431.7198.39-
YUV156.56183.55145.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.26%
GREEN value IS 125 (49.22% from 255) = 22.28%
BLUE value IS 255 (100% from 255) = 45.45%
R=32.26%
G=22.28%
B=45.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811252550.290.5100265.8510074.51
HexB57DFF1D330010a644b
Octal265175377356300412144113
Binary10110101111110111111111111011100110010000101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57DFF; }

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

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

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

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

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

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

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

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