#b080f4

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

Shades of Medium Purple #B080F4

Tints of Medium Purple #B080F4

Color information

#B080F4 (or 0xB080F4) is unknown color: approx Medium Purple. HEX triplet: B0, 80 and F4. RGB value is (176,128,244). Sum of RGB (Red+Green+Blue) = 176+128+244=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 244 (95.70% from 255 or 44.53% from 548); Max value from RGB is 244 - color contains mainly: blue. Hex color #B080F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B080F4 is #4F7F0B. Grayscale: #9B9B9B. Windows color (decimal): -5209868 or 16023728. OLE color: 16023728.

HSL color Cylindrical-coordinate representation of color #B080F4: hue angle of 264.83º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B080F4 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB176128244-
CMYK0.280.4800.04
HSL264.83º84.06%72.94%-
HSV(B)264.83º47.54%95.69%-
XYZ41.9531.289.4-
YUV155.58177.9142.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.12%
GREEN value IS 128 (50.39% from 255) = 23.36%
BLUE value IS 244 (95.70% from 255) = 44.53%
R=32.12%
G=23.36%
B=44.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1761282440.280.4800.04264.8384.0672.94
HexB080F41C30041095449
Octal260200364346004411124111
Binary10110000100000001111010011100110000010010000100110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b080f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b080f4; }

 p { color: rgb(176,128,244); }

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

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

 a { background-color: rgb(176,128,244); }

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

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

 span { border-color: rgb(176,128,244); }

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