#B280FE

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

Shades of Medium Purple #B280FE

Tints of Medium Purple #B280FE

Color information

#B280FE (or 0xB280FE) is unknown color: approx Medium Purple. HEX triplet: B2, 80 and FE. RGB value is (178,128,254). Sum of RGB (Red+Green+Blue) = 178+128+254=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #B280FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B280FE is #4D7F01. Grayscale: #9C9C9C. Windows color (decimal): -5078786 or 16679090. OLE color: 16679090.

HSL color Cylindrical-coordinate representation of color #B280FE: hue angle of 263.81º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B280FE is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB178128254-
CMYK0.300.5000.00
HSL263.81º98.44%74.9%-
HSV(B)263.81º49.61%99.61%-
XYZ43.9732.0697.64-
YUV157.31182.56142.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.79%
GREEN value IS 128 (50.39% from 255) = 22.86%
BLUE value IS 254 (99.61% from 255) = 45.36%
R=31.79%
G=22.86%
B=45.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1781282540.300.5000.00263.8198.4474.9
HexB280FE1E3200108624b
Octal262200376366200410142113
Binary101100101000000011111110111101100100010000100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B280FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B280FE; }

 p { color: rgb(178,128,254); }

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

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

 a { background-color: rgb(178,128,254); }

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

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

 span { border-color: rgb(178,128,254); }

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