#B280FF

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

Shades of Medium Purple #B280FF

Tints of Medium Purple #B280FF

Color information

#B280FF (or 0xB280FF) is unknown color: approx Medium Purple. HEX triplet: B2, 80 and FF. RGB value is (178,128,255). Sum of RGB (Red+Green+Blue) = 178+128+255=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #B280FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B280FF is #4D7F00. Grayscale: #9C9C9C. Windows color (decimal): -5078785 or 16744626. OLE color: 16744626.

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

Color convert

RGB178128255-
CMYK0.300.5000
HSL263.62º100%75.1%-
HSV(B)263.62º49.8%100%-
XYZ44.1332.1298.48-
YUV157.43183.06142.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.73%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 255 (100% from 255) = 45.45%
R=31.73%
G=22.82%
B=45.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781282550.300.5000263.6210075.1
HexB280FF1E3200108644b
Octal262200377366200410144113
Binary101100101000000011111111111101100100010000100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B280FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B280FF; }

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

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

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

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

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

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

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

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