#B376E6

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

Shades of Medium Purple #B376E6

Tints of Medium Purple #B376E6

Color information

#B376E6 (or 0xB376E6) is unknown color: approx Medium Purple. HEX triplet: B3, 76 and E6. RGB value is (179,118,230). Sum of RGB (Red+Green+Blue) = 179+118+230=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #B376E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B376E6 is #4C8919. Grayscale: #949494. Windows color (decimal): -5015834 or 15103667. OLE color: 15103667.

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

Color convert

RGB179118230-
CMYK0.220.4900.10
HSL272.68º69.14%68.24%-
HSV(B)272.68º48.7%90.2%-
XYZ39.3528.2578.24-
YUV149.01173.71149.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 118 (46.48% from 255) = 22.39%
BLUE value IS 230 (90.23% from 255) = 43.64%
R=33.97%
G=22.39%
B=43.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1791182300.220.4900.10272.6869.1468.24
HexB376E616310A1114544
Octal2631663462661012421105104
Binary10110011111011011100110101101100010101010001000110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B376E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B376E6; }

 p { color: rgb(179,118,230); }

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

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

 a { background-color: rgb(179,118,230); }

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

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

 span { border-color: rgb(179,118,230); }

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