#B078E5

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

Shades of Medium Purple #B078E5

Tints of Medium Purple #B078E5

Color information

#B078E5 (or 0xB078E5) is unknown color: approx Medium Purple. HEX triplet: B0, 78 and E5. RGB value is (176,120,229). Sum of RGB (Red+Green+Blue) = 176+120+229=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #B078E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B078E5 is #4F871A. Grayscale: #949494. Windows color (decimal): -5211931 or 15038640. OLE color: 15038640.

HSL color Cylindrical-coordinate representation of color #B078E5: hue angle of 270.83º degrees, saturation: 0.68, 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 #B078E5 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB176120229-
CMYK0.230.4800.10
HSL270.83º67.7%68.43%-
HSV(B)270.83º47.6%89.8%-
XYZ38.7628.3277.55-
YUV149.17173.05147.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 120 (47.27% from 255) = 22.86%
BLUE value IS 229 (89.84% from 255) = 43.62%
R=33.52%
G=22.86%
B=43.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1761202290.230.4800.10270.8367.768.43
HexB078E517300A10f4444
Octal2601703452760012417104104
Binary10110000111100011100101101111100000101010000111110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B078E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B078E5; }

 p { color: rgb(176,120,229); }

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

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

 a { background-color: rgb(176,120,229); }

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

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

 span { border-color: rgb(176,120,229); }

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