#B480FB

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

Shades of Biloba Flower #B480FB

Tints of Biloba Flower #B480FB

Color information

#B480FB (or 0xB480FB) is unknown color: approx Biloba Flower. HEX triplet: B4, 80 and FB. RGB value is (180,128,251). Sum of RGB (Red+Green+Blue) = 180+128+251=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #B480FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B480FB is #4B7F04. Grayscale: #9D9D9D. Windows color (decimal): -4947717 or 16482484. OLE color: 16482484.

HSL color Cylindrical-coordinate representation of color #B480FB: hue angle of 265.37º 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 #B480FB is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180128251-
CMYK0.280.4900.02
HSL265.37º93.89%74.31%-
HSV(B)265.37º49%98.43%-
XYZ43.9532.1195.15-
YUV157.57180.73144-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.20%
GREEN value IS 128 (50.39% from 255) = 22.90%
BLUE value IS 251 (98.44% from 255) = 44.90%
R=32.20%
G=22.90%
B=44.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801282510.280.4900.02265.3793.8974.31
HexB480FB1C31021095e4a
Octal264200373346102411136112
Binary1011010010000000111110111110011000101010000100110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480FB; }

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

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

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

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

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

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

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

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