#B080F1

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

Shades of Biloba Flower #B080F1

Tints of Biloba Flower #B080F1

Color information

#B080F1 (or 0xB080F1) is unknown color: approx Biloba Flower. HEX triplet: B0, 80 and F1. RGB value is (176,128,241). Sum of RGB (Red+Green+Blue) = 176+128+241=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #B080F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B080F1 is #4F7F0E. Grayscale: #9A9A9A. Windows color (decimal): -5209871 or 15827120. OLE color: 15827120.

HSL color Cylindrical-coordinate representation of color #B080F1: hue angle of 265.49º 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 #B080F1 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176128241-
CMYK0.270.4700.05
HSL265.49º80.14%72.35%-
HSV(B)265.49º46.89%94.51%-
XYZ41.531.0287.02-
YUV155.23176.4142.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.29%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 241 (94.53% from 255) = 44.22%
R=32.29%
G=23.49%
B=44.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761282410.270.4700.05265.4980.1472.35
HexB080F11B2F051095048
Octal260200361335705411120110
Binary10110000100000001111000111011101111010110000100110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080F1; }

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

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

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

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

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

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

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

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