#B678EC

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

Shades of Medium Purple #B678EC

Tints of Medium Purple #B678EC

Color information

#B678EC (or 0xB678EC) is unknown color: approx Medium Purple. HEX triplet: B6, 78 and EC. RGB value is (182,120,236). Sum of RGB (Red+Green+Blue) = 182+120+236=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #B678EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B678EC is #498713. Grayscale: #979797. Windows color (decimal): -4818708 or 15497398. OLE color: 15497398.

HSL color Cylindrical-coordinate representation of color #B678EC: hue angle of 272.07º degrees, saturation: 0.75, 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 #B678EC is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182120236-
CMYK0.230.4900.07
HSL272.07º75.32%69.8%-
HSV(B)272.07º49.15%92.55%-
XYZ41.1529.4382.87-
YUV151.76175.54149.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 120 (47.27% from 255) = 22.30%
BLUE value IS 236 (92.58% from 255) = 43.87%
R=33.83%
G=22.30%
B=43.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821202360.230.4900.07272.0775.3269.8
HexB678EC1731071104b46
Octal266170354276107420113106
Binary1011011011110001110110010111110001011110001000010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B678EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B678EC; }

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

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

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

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

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

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

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

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