#B083E9

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

Shades of Biloba Flower #B083E9

Tints of Biloba Flower #B083E9

Color information

#B083E9 (or 0xB083E9) is unknown color: approx Biloba Flower. HEX triplet: B0, 83 and E9. RGB value is (176,131,233). Sum of RGB (Red+Green+Blue) = 176+131+233=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #B083E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B083E9 is #4F7C16. Grayscale: #9B9B9B. Windows color (decimal): -5209111 or 15303600. OLE color: 15303600.

HSL color Cylindrical-coordinate representation of color #B083E9: hue angle of 266.47º 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 #B083E9 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB176131233-
CMYK0.240.4400.09
HSL266.47º69.86%71.37%-
HSV(B)266.47º43.78%91.37%-
XYZ40.7331.3580.99-
YUV156.08171.41142.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.59%
GREEN value IS 131 (51.56% from 255) = 24.26%
BLUE value IS 233 (91.41% from 255) = 43.15%
R=32.59%
G=24.26%
B=43.15%

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
Decimal1761312330.240.4400.09266.4769.8671.37
HexB083E9182C0910a4647
Octal2602033513054011412106107
Binary101100001000001111101001110001011000100110000101010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B083E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B083E9; }

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

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

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

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

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

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

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

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