#B081EA

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

Shades of Biloba Flower #B081EA

Tints of Biloba Flower #B081EA

Color information

#B081EA (or 0xB081EA) is unknown color: approx Biloba Flower. HEX triplet: B0, 81 and EA. RGB value is (176,129,234). Sum of RGB (Red+Green+Blue) = 176+129+234=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #B081EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B081EA is #4F7E15. Grayscale: #9A9A9A. Windows color (decimal): -5209622 or 15368624. OLE color: 15368624.

HSL color Cylindrical-coordinate representation of color #B081EA: hue angle of 266.86º degrees, saturation: 0.71, 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 #B081EA is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176129234-
CMYK0.250.4500.08
HSL266.86º71.43%71.18%-
HSV(B)266.86º44.87%91.76%-
XYZ40.6130.8781.66-
YUV155.02172.57142.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.65%
GREEN value IS 129 (50.78% from 255) = 23.93%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=32.65%
G=23.93%
B=43.41%

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
Decimal1761292340.250.4500.08266.8671.4371.18
HexB081EA192D0810b4747
Octal2602013523155010413107107
Binary101100001000000111101010110011011010100010000101110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B081EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B081EA; }

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

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

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

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

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

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

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

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