#B079EE

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

Shades of Medium Purple #B079EE

Tints of Medium Purple #B079EE

Color information

#B079EE (or 0xB079EE) is unknown color: approx Medium Purple. HEX triplet: B0, 79 and EE. RGB value is (176,121,238). Sum of RGB (Red+Green+Blue) = 176+121+238=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #B079EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B079EE is #4F8611. Grayscale: #969696. Windows color (decimal): -5211666 or 15628720. OLE color: 15628720.

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

Color convert

RGB176121238-
CMYK0.260.4900.07
HSL268.21º77.48%70.39%-
HSV(B)268.21º49.16%93.33%-
XYZ40.1729.0884.38-
YUV150.78177.22145.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 121 (47.66% from 255) = 22.62%
BLUE value IS 238 (93.36% from 255) = 44.49%
R=32.90%
G=22.62%
B=44.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761212380.260.4900.07268.2177.4870.39
HexB079EE1A310710c4d46
Octal260171356326107414115106
Binary1011000011110011110111011010110001011110000110010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B079EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B079EE; }

 p { color: rgb(176,121,238); }

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

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

 a { background-color: rgb(176,121,238); }

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

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

 span { border-color: rgb(176,121,238); }

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