#B079FB

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

Shades of Medium Purple #B079FB

Tints of Medium Purple #B079FB

Color information

#B079FB (or 0xB079FB) is unknown color: approx Medium Purple. HEX triplet: B0, 79 and FB. RGB value is (176,121,251). Sum of RGB (Red+Green+Blue) = 176+121+251=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #B079FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B079FB is #4F8604. Grayscale: #979797. Windows color (decimal): -5211653 or 16480688. OLE color: 16480688.

HSL color Cylindrical-coordinate representation of color #B079FB: hue angle of 265.38º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B079FB is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176121251-
CMYK0.300.5200.02
HSL265.38º94.2%72.94%-
HSV(B)265.38º51.79%98.43%-
XYZ42.1529.8794.81-
YUV152.26183.72144.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.12%
GREEN value IS 121 (47.66% from 255) = 22.08%
BLUE value IS 251 (98.44% from 255) = 45.80%
R=32.12%
G=22.08%
B=45.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761212510.300.5200.02265.3894.272.94
HexB079FB1E34021095e49
Octal260171373366402411136111
Binary101100001111001111110111111011010001010000100110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B079FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B079FB; }

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

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

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

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

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

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

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

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