#B480F1

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

Shades of Biloba Flower #B480F1

Tints of Biloba Flower #B480F1

Color information

#B480F1 (or 0xB480F1) is unknown color: approx Biloba Flower. HEX triplet: B4, 80 and F1. RGB value is (180,128,241). Sum of RGB (Red+Green+Blue) = 180+128+241=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #B480F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B480F1 is #4B7F0E. Grayscale: #9C9C9C. Windows color (decimal): -4947727 or 15827124. OLE color: 15827124.

HSL color Cylindrical-coordinate representation of color #B480F1: hue angle of 267.61º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B480F1 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180128241-
CMYK0.250.4700.05
HSL267.61º80.14%72.35%-
HSV(B)267.61º46.89%94.51%-
XYZ42.4231.4987.06-
YUV156.43175.73144.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.79%
GREEN value IS 128 (50.39% from 255) = 23.32%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=32.79%
G=23.32%
B=43.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801282410.250.4700.05267.6180.1472.35
HexB480F1192F0510c5048
Octal264200361315705414120110
Binary10110100100000001111000111001101111010110000110010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480F1; }

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

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

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

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

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

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

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

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