#B081EB

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

Shades of Biloba Flower #B081EB

Tints of Biloba Flower #B081EB

Color information

#B081EB (or 0xB081EB) is unknown color: approx Biloba Flower. HEX triplet: B0, 81 and EB. RGB value is (176,129,235). Sum of RGB (Red+Green+Blue) = 176+129+235=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #B081EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B081EB is #4F7E14. Grayscale: #9A9A9A. Windows color (decimal): -5209621 or 15434160. OLE color: 15434160.

HSL color Cylindrical-coordinate representation of color #B081EB: hue angle of 266.6º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B081EB is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176129235-
CMYK0.250.4500.08
HSL266.6º72.6%71.37%-
HSV(B)266.6º45.11%92.16%-
XYZ40.7530.9382.42-
YUV155.14173.07142.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.59%
GREEN value IS 129 (50.78% from 255) = 23.89%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=32.59%
G=23.89%
B=43.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761292350.250.4500.08266.672.671.37
HexB081EB192D0810b4947
Octal2602013533155010413111107
Binary101100001000000111101011110011011010100010000101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B081EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B081EB; }

 p { color: rgb(176,129,235); }

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

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

 a { background-color: rgb(176,129,235); }

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

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

 span { border-color: rgb(176,129,235); }

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