#B279EB

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

Shades of Medium Purple #B279EB

Tints of Medium Purple #B279EB

Color information

#B279EB (or 0xB279EB) is unknown color: approx Medium Purple. HEX triplet: B2, 79 and EB. RGB value is (178,121,235). Sum of RGB (Red+Green+Blue) = 178+121+235=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #B279EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B279EB is #4D8614. Grayscale: #969696. Windows color (decimal): -5080597 or 15432114. OLE color: 15432114.

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

Color convert

RGB178121235-
CMYK0.240.4900.08
HSL270º74.03%69.8%-
HSV(B)270º48.51%92.16%-
XYZ40.1929.1482.1-
YUV151.04175.38147.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.33%
GREEN value IS 121 (47.66% from 255) = 22.66%
BLUE value IS 235 (92.19% from 255) = 44.01%
R=33.33%
G=22.66%
B=44.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781212350.240.4900.0827074.0369.8
HexB279EB18310810e4a46
Octal2621713533061010416112106
Binary10110010111100111101011110001100010100010000111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B279EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B279EB; }

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

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

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

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

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

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

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

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