#B379ED

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

Shades of Medium Purple #B379ED

Tints of Medium Purple #B379ED

Color information

#B379ED (or 0xB379ED) is unknown color: approx Medium Purple. HEX triplet: B3, 79 and ED. RGB value is (179,121,237). Sum of RGB (Red+Green+Blue) = 179+121+237=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #B379ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B379ED is #4C8612. Grayscale: #979797. Windows color (decimal): -5015059 or 15563187. OLE color: 15563187.

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

Color convert

RGB179121237-
CMYK0.240.4900.07
HSL270º76.32%70.2%-
HSV(B)270º48.95%92.94%-
XYZ40.7129.3783.64-
YUV151.57176.22147.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.33%
GREEN value IS 121 (47.66% from 255) = 22.53%
BLUE value IS 237 (92.97% from 255) = 44.13%
R=33.33%
G=22.53%
B=44.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791212370.240.4900.0727076.3270.2
HexB379ED18310710e4c46
Octal263171355306107416114106
Binary1011001111110011110110111000110001011110000111010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B379ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B379ED; }

 p { color: rgb(179,121,237); }

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

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

 a { background-color: rgb(179,121,237); }

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

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

 span { border-color: rgb(179,121,237); }

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