#B480FF

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

Shades of Medium Purple #B480FF

Tints of Medium Purple #B480FF

Color information

#B480FF (or 0xB480FF) is unknown color: approx Medium Purple. HEX triplet: B4, 80 and FF. RGB value is (180,128,255). Sum of RGB (Red+Green+Blue) = 180+128+255=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #B480FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B480FF is #4B7F00. Grayscale: #9D9D9D. Windows color (decimal): -4947713 or 16744628. OLE color: 16744628.

HSL color Cylindrical-coordinate representation of color #B480FF: hue angle of 264.57º 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 #B480FF is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB180128255-
CMYK0.290.5000
HSL264.57º100%75.1%-
HSV(B)264.57º49.8%100%-
XYZ44.5932.3698.5-
YUV158.03182.73143.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.97%
GREEN value IS 128 (50.39% from 255) = 22.74%
BLUE value IS 255 (100% from 255) = 45.29%
R=31.97%
G=22.74%
B=45.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801282550.290.5000264.5710075.1
HexB480FF1D3200109644b
Octal264200377356200411144113
Binary101101001000000011111111111011100100010000100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480FF; }

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

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

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

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

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

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

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

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