#B477EE

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

Shades of Medium Purple #B477EE

Tints of Medium Purple #B477EE

Color information

#B477EE (or 0xB477EE) is unknown color: approx Medium Purple. HEX triplet: B4, 77 and EE. RGB value is (180,119,238). Sum of RGB (Red+Green+Blue) = 180+119+238=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #B477EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B477EE is #4B8811. Grayscale: #969696. Windows color (decimal): -4950034 or 15628212. OLE color: 15628212.

HSL color Cylindrical-coordinate representation of color #B477EE: hue angle of 270.76º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B477EE is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180119238-
CMYK0.240.5000.07
HSL270.76º77.78%70%-
HSV(B)270.76º50%93.33%-
XYZ40.8529.0784.35-
YUV150.8177.21148.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 119 (46.88% from 255) = 22.16%
BLUE value IS 238 (93.36% from 255) = 44.32%
R=33.52%
G=22.16%
B=44.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801192380.240.5000.07270.7677.7870
HexB477EE18320710f4e46
Octal264167356306207417116106
Binary1011010011101111110111011000110010011110000111110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B477EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B477EE; }

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

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

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

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

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

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

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

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