#B475E7

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

Shades of Medium Purple #B475E7

Tints of Medium Purple #B475E7

Color information

#B475E7 (or 0xB475E7) is unknown color: approx Medium Purple. HEX triplet: B4, 75 and E7. RGB value is (180,117,231). Sum of RGB (Red+Green+Blue) = 180+117+231=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 231 - color contains mainly: blue. Hex color #B475E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B475E7 is #4B8A18. Grayscale: #949494. Windows color (decimal): -4950553 or 15168948. OLE color: 15168948.

HSL color Cylindrical-coordinate representation of color #B475E7: hue angle of 273.16º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B475E7 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB180117231-
CMYK0.220.4900.09
HSL273.16º70.37%68.24%-
HSV(B)273.16º49.35%90.59%-
XYZ39.6128.278.96-
YUV148.83174.37150.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 117 (46.09% from 255) = 22.16%
BLUE value IS 231 (90.62% from 255) = 43.75%
R=34.09%
G=22.16%
B=43.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1801172310.220.4900.09273.1670.3768.24
HexB475E71631091114644
Octal2641653472661011421106104
Binary10110100111010111100111101101100010100110001000110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475E7; }

 p { color: rgb(180,117,231); }

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

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

 a { background-color: rgb(180,117,231); }

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

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

 span { border-color: rgb(180,117,231); }

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