#B082E9

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

Shades of Biloba Flower #B082E9

Tints of Biloba Flower #B082E9

Color information

#B082E9 (or 0xB082E9) is unknown color: approx Biloba Flower. HEX triplet: B0, 82 and E9. RGB value is (176,130,233). Sum of RGB (Red+Green+Blue) = 176+130+233=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #B082E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B082E9 is #4F7D16. Grayscale: #9B9B9B. Windows color (decimal): -5209367 or 15303344. OLE color: 15303344.

HSL color Cylindrical-coordinate representation of color #B082E9: hue angle of 266.8º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B082E9 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB176130233-
CMYK0.240.4400.09
HSL266.8º70.07%71.18%-
HSV(B)266.8º44.21%91.37%-
XYZ40.631.0880.95-
YUV155.5171.74142.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.65%
GREEN value IS 130 (51.17% from 255) = 24.12%
BLUE value IS 233 (91.41% from 255) = 43.23%
R=32.65%
G=24.12%
B=43.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1761302330.240.4400.09266.870.0771.18
HexB082E9182C0910b4647
Octal2602023513054011413106107
Binary101100001000001011101001110001011000100110000101110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B082E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B082E9; }

 p { color: rgb(176,130,233); }

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

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

 a { background-color: rgb(176,130,233); }

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

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

 span { border-color: rgb(176,130,233); }

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