#B480F6

Color #B480F6 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B480F6

Tints of Biloba Flower #B480F6

Color information

#B480F6 (or 0xB480F6) is unknown color: approx Biloba Flower. HEX triplet: B4, 80 and F6. RGB value is (180,128,246). Sum of RGB (Red+Green+Blue) = 180+128+246=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #B480F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B480F6 is #4B7F09. Grayscale: #9C9C9C. Windows color (decimal): -4947722 or 16154804. OLE color: 16154804.

HSL color Cylindrical-coordinate representation of color #B480F6: hue angle of 266.44º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B480F6 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB180128246-
CMYK0.270.4800.04
HSL266.44º86.76%73.33%-
HSV(B)266.44º47.97%96.47%-
XYZ43.1831.891.05-
YUV157178.23144.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.49%
GREEN value IS 128 (50.39% from 255) = 23.10%
BLUE value IS 246 (96.48% from 255) = 44.40%
R=32.49%
G=23.10%
B=44.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801282460.270.4800.04266.4486.7673.33
HexB480F61B300410a5749
Octal264200366336004412127111
Binary10110100100000001111011011011110000010010000101010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480F6; }

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

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

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

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

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

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

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

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