#B083EF

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

Shades of Biloba Flower #B083EF

Tints of Biloba Flower #B083EF

Color information

#B083EF (or 0xB083EF) is unknown color: approx Biloba Flower. HEX triplet: B0, 83 and EF. RGB value is (176,131,239). Sum of RGB (Red+Green+Blue) = 176+131+239=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #B083EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B083EF is #4F7C10. Grayscale: #9C9C9C. Windows color (decimal): -5209105 or 15696816. OLE color: 15696816.

HSL color Cylindrical-coordinate representation of color #B083EF: hue angle of 265º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B083EF is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176131239-
CMYK0.260.4500.06
HSL265º77.14%72.55%-
HSV(B)265º45.19%93.73%-
XYZ41.631.6985.59-
YUV156.77174.41141.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 131 (51.56% from 255) = 23.99%
BLUE value IS 239 (93.75% from 255) = 43.77%
R=32.23%
G=23.99%
B=43.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761312390.260.4500.0626577.1472.55
HexB083EF1A2D061094d49
Octal260203357325506411115111
Binary10110000100000111110111111010101101011010000100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B083EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B083EF; }

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

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

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

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

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

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

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

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