#B676EC

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

Shades of Medium Purple #B676EC

Tints of Medium Purple #B676EC

Color information

#B676EC (or 0xB676EC) is unknown color: approx Medium Purple. HEX triplet: B6, 76 and EC. RGB value is (182,118,236). Sum of RGB (Red+Green+Blue) = 182+118+236=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #B676EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B676EC is #498913. Grayscale: #969696. Windows color (decimal): -4819220 or 15496886. OLE color: 15496886.

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

Color convert

RGB182118236-
CMYK0.230.500.07
HSL272.54º75.64%69.41%-
HSV(B)272.54º50%92.55%-
XYZ40.9128.9682.79-
YUV150.59176.2150.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 118 (46.48% from 255) = 22.01%
BLUE value IS 236 (92.58% from 255) = 44.03%
R=33.96%
G=22.01%
B=44.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821182360.230.500.07272.5475.6469.41
HexB676EC1732071114c45
Octal266166354276207421114105
Binary1011011011101101110110010111110010011110001000110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B676EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B676EC; }

 p { color: rgb(182,118,236); }

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

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

 a { background-color: rgb(182,118,236); }

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

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

 span { border-color: rgb(182,118,236); }

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