#B280FB

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

Shades of Medium Purple #B280FB

Tints of Medium Purple #B280FB

Color information

#B280FB (or 0xB280FB) is unknown color: approx Medium Purple. HEX triplet: B2, 80 and FB. RGB value is (178,128,251). Sum of RGB (Red+Green+Blue) = 178+128+251=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #B280FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B280FB is #4D7F04. Grayscale: #9C9C9C. Windows color (decimal): -5078789 or 16482482. OLE color: 16482482.

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

Color convert

RGB178128251-
CMYK0.290.4900.02
HSL264.39º93.89%74.31%-
HSV(B)264.39º49%98.43%-
XYZ43.4931.8795.13-
YUV156.97181.06143-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.96%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=31.96%
G=22.98%
B=45.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781282510.290.4900.02264.3993.8974.31
HexB280FB1D31021085e4a
Octal262200373356102410136112
Binary1011001010000000111110111110111000101010000100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B280FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B280FB; }

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

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

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

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

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

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

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

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