#B577E6

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

Shades of Medium Purple #B577E6

Tints of Medium Purple #B577E6

Color information

#B577E6 (or 0xB577E6) is unknown color: approx Medium Purple. HEX triplet: B5, 77 and E6. RGB value is (181,119,230). Sum of RGB (Red+Green+Blue) = 181+119+230=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #B577E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B577E6 is #4A8819. Grayscale: #959595. Windows color (decimal): -4884506 or 15103925. OLE color: 15103925.

HSL color Cylindrical-coordinate representation of color #B577E6: hue angle of 273.51º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B577E6 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB181119230-
CMYK0.210.4800.10
HSL273.51º68.94%68.43%-
HSV(B)273.51º48.26%90.2%-
XYZ39.9428.7378.3-
YUV150.19173.04149.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.15%
GREEN value IS 119 (46.88% from 255) = 22.45%
BLUE value IS 230 (90.23% from 255) = 43.40%
R=34.15%
G=22.45%
B=43.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1811192300.210.4800.10273.5168.9468.43
HexB577E615300A1124544
Octal2651673462560012422105104
Binary10110101111011111100110101011100000101010001001010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B577E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B577E6; }

 p { color: rgb(181,119,230); }

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

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

 a { background-color: rgb(181,119,230); }

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

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

 span { border-color: rgb(181,119,230); }

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