#B080FC

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

Shades of Medium Purple #B080FC

Tints of Medium Purple #B080FC

Color information

#B080FC (or 0xB080FC) is unknown color: approx Medium Purple. HEX triplet: B0, 80 and FC. RGB value is (176,128,252). Sum of RGB (Red+Green+Blue) = 176+128+252=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #B080FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B080FC is #4F7F03. Grayscale: #9C9C9C. Windows color (decimal): -5209860 or 16548016. OLE color: 16548016.

HSL color Cylindrical-coordinate representation of color #B080FC: hue angle of 263.23º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B080FC is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176128252-
CMYK0.300.4900.01
HSL263.23º95.38%74.51%-
HSV(B)263.23º49.21%98.82%-
XYZ43.1931.795.94-
YUV156.49181.9141.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.65%
GREEN value IS 128 (50.39% from 255) = 23.02%
BLUE value IS 252 (98.83% from 255) = 45.32%
R=31.65%
G=23.02%
B=45.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761282520.300.4900.01263.2395.3874.51
HexB080FC1E31011075f4b
Octal260200374366101407137113
Binary101100001000000011111100111101100010110000011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080FC; }

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

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

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

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

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

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

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

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