#B081ED

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

Shades of Biloba Flower #B081ED

Tints of Biloba Flower #B081ED

Color information

#B081ED (or 0xB081ED) is unknown color: approx Biloba Flower. HEX triplet: B0, 81 and ED. RGB value is (176,129,237). Sum of RGB (Red+Green+Blue) = 176+129+237=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #B081ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B081ED is #4F7E12. Grayscale: #9A9A9A. Windows color (decimal): -5209619 or 15565232. OLE color: 15565232.

HSL color Cylindrical-coordinate representation of color #B081ED: hue angle of 266.11º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B081ED is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176129237-
CMYK0.260.4600.07
HSL266.11º75%71.76%-
HSV(B)266.11º45.57%92.94%-
XYZ41.0431.0583.95-
YUV155.36174.07142.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.47%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 237 (92.97% from 255) = 43.73%
R=32.47%
G=23.80%
B=43.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761292370.260.4600.07266.117571.76
HexB081ED1A2E0710a4b48
Octal260201355325607412113110
Binary10110000100000011110110111010101110011110000101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B081ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B081ED; }

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

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

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

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

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

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

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

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