#B477EA

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

Shades of Medium Purple #B477EA

Tints of Medium Purple #B477EA

Color information

#B477EA (or 0xB477EA) is unknown color: approx Medium Purple. HEX triplet: B4, 77 and EA. RGB value is (180,119,234). Sum of RGB (Red+Green+Blue) = 180+119+234=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #B477EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B477EA is #4B8815. Grayscale: #959595. Windows color (decimal): -4950038 or 15366068. OLE color: 15366068.

HSL color Cylindrical-coordinate representation of color #B477EA: hue angle of 271.83º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B477EA is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180119234-
CMYK0.230.4900.08
HSL271.83º73.25%69.22%-
HSV(B)271.83º49.15%91.76%-
XYZ40.2728.8481.29-
YUV150.35175.21149.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 119 (46.88% from 255) = 22.33%
BLUE value IS 234 (91.80% from 255) = 43.90%
R=33.77%
G=22.33%
B=43.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801192340.230.4900.08271.8373.2569.22
HexB477EA1731081104945
Octal2641673522761010420111105
Binary10110100111011111101010101111100010100010001000010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B477EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B477EA; }

 p { color: rgb(180,119,234); }

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

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

 a { background-color: rgb(180,119,234); }

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

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

 span { border-color: rgb(180,119,234); }

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