#B279EC

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

Shades of Medium Purple #B279EC

Tints of Medium Purple #B279EC

Color information

#B279EC (or 0xB279EC) is unknown color: approx Medium Purple. HEX triplet: B2, 79 and EC. RGB value is (178,121,236). Sum of RGB (Red+Green+Blue) = 178+121+236=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #B279EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B279EC is #4D8613. Grayscale: #969696. Windows color (decimal): -5080596 or 15497650. OLE color: 15497650.

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

Color convert

RGB178121236-
CMYK0.250.4900.07
HSL269.74º75.16%70%-
HSV(B)269.74º48.73%92.55%-
XYZ40.3429.282.87-
YUV151.15175.88147.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 121 (47.66% from 255) = 22.62%
BLUE value IS 236 (92.58% from 255) = 44.11%
R=33.27%
G=22.62%
B=44.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781212360.250.4900.07269.7475.1670
HexB279EC19310710e4b46
Octal262171354316107416113106
Binary1011001011110011110110011001110001011110000111010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B279EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B279EC; }

 p { color: rgb(178,121,236); }

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

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

 a { background-color: rgb(178,121,236); }

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

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

 span { border-color: rgb(178,121,236); }

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